Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

梁展鹏 3 lat temu
rodzic
commit
a15eb43aa7

+ 2 - 2
.env.development

@@ -2,8 +2,8 @@
 ENV = 'development'
 ENV = 'development'
 
 
 # base api
 # base api
-VUE_APP_BASE_API = 'http://127.0.0.1:18080'
-# VUE_APP_BASE_API = 'http://localhost:18080'
+# VUE_APP_BASE_API = 'http://127.0.0.1:18080'
+VUE_APP_BASE_API = 'https://430jy.uutime.cn/yxl-back-end/'
 VUE_APP_API_TIMEOUT = 30000
 VUE_APP_API_TIMEOUT = 30000
 
 
 
 

+ 9 - 9
src/router/index.js

@@ -120,15 +120,15 @@ export const constantRoutes = [
           // icon: 'table'
           // icon: 'table'
         }
         }
       },
       },
-      {
-        path: 'FundDetail',
-        name: '资金明细',
-        component: () => import('@/views/financialManagement/fundDetail/index'),
-        meta: {
-          title: '资金明细'
-          // icon: 'tree'
-        }
-      },
+      // {
+      //   path: 'FundDetail',
+      //   name: '资金明细',
+      //   component: () => import('@/views/financialManagement/fundDetail/index'),
+      //   meta: {
+      //     title: '资金明细'
+      //     // icon: 'tree'
+      //   }
+      // },
       {
       {
         path: 'CashDetail',
         path: 'CashDetail',
         name: '用户资金明细',
         name: '用户资金明细',

+ 1 - 1
src/views/financialManagement/orderManagement/index.vue

@@ -81,7 +81,7 @@ export default {
             }
             }
           },
           },
           tagName: row => {
           tagName: row => {
-            switch (row.auditStatus) {
+            switch (row.state) {
               case 1:
               case 1:
                 return '已支付';
                 return '已支付';
               case 0:
               case 0: