Bläddra i källkod

Merge remote-tracking branch 'origin/dev' into dev

Holla-Tako 5 månader sedan
förälder
incheckning
5b020c6327
4 ändrade filer med 4 tillägg och 5 borttagningar
  1. 2 2
      config/index.js
  2. 0 1
      src/page/CostStandard/index.vue
  3. 1 1
      src/router/index.js
  4. 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 = {

+ 0 - 1
src/page/CostStandard/index.vue

@@ -68,7 +68,6 @@
68 68
         prop="standardName"
69 69
         label="标准名称"
70 70
       ></el-table-column>
71
-      </el-table-column>
72 71
       <el-table-column
73 72
         align="center"
74 73
         prop="standardType"

+ 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,