|
@@ -209,6 +209,7 @@ Vue.prototype.$message = Message
|
|
|
Vue.config.productionTip = false
|
|
|
|
|
|
|
|
|
+console.log(storageGet('config'));
|
|
|
Http.get('/api/common/configuration').then((res) => {
|
|
|
let config = res.data&&res.data.configurationList;
|
|
|
let configData = configToJson(config);
|