Kaynağa Gözat

flx : 费用标准

WZQ 5 ay önce
ebeveyn
işleme
18c81327be
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      config/index.js
  2. 1 1
      src/router/index.js
  3. 1 1
      src/utils/menuMock.js

+ 2 - 2
config/index.js

@@ -1,8 +1,8 @@
1 1
 // see http://vuejs-templates.github.io/webpack for documentation.
2 2
 var path = require("path");
3 3
 
4
-// const TEST_HOST = "http://101.36.160.140:10310";
5
-const TEST_HOST = "http://172.16.0.46:9025";
4
+const TEST_HOST = "http://101.36.160.140:10310";
5
+// const TEST_HOST = "http://172.16.0.46:9025";
6 6
 // const TEST_HOST = "http://172.16.0.46:9527";
7 7
 
8 8
 module.exports = {

+ 1 - 1
src/router/index.js

@@ -166,7 +166,7 @@ export default new Router({
166 166
         transferManagementModule,
167 167
         // settlementManagementModule,
168 168
         // statisticsManagementModule,
169
-        // financialManagementModule,
169
+        financialManagementModule,
170 170
         progressManagementModule,
171 171
         consumerManagementModule,
172 172
         alertingModule,

+ 1 - 1
src/utils/menuMock.js

@@ -100,7 +100,7 @@ const modules1 = [
100 100
   transferManagementModule,
101 101
   // settlementManagementModule,
102 102
   // statisticsManagementModule,
103
-  // financialManagementModule,
103
+  financialManagementModule,
104 104
   progressManagementModule,
105 105
   consumerManagementModule,
106 106
   alertingModule,