Browse Source

H5-订单中心:文件目录优化

panyong 3 years ago
parent
commit
587dd65f29

+ 6 - 0
htmldev/dashboard/src/mixin/orderPay.js

@@ -0,0 +1,6 @@
+export default {
+  data () {
+    return {}
+  },
+  methods: {}
+}

+ 10 - 8
htmldev/dashboard/src/router/index.js

@@ -70,7 +70,7 @@ const routes = [
     }
   },
   {
-    path: '/payBridge',
+    path: '/payBridge', // 用于页面在微信内选择了支付宝支付
     name: 'PayBridge',
     component: _import('views/payBridge/index'),
     meta: {
@@ -100,21 +100,23 @@ const routes = [
     })
   },
   {
-    path: '/orderList',
-    component: _import('views/orderList/index'),
+    path: '/order',
+    component: _import('views/order/index'),
     children: [
       {
         path: '',
-        name: 'Order',
-        component: _import('views/orderList/order'),
+        name: 'OrderList',
+        component: _import('views/order/list'),
         meta: {
           title: '订单',
           isUseCache: false,
-          keepAlive: false,
-          isUseVanTabbar: false
+          keepAlive: false
         }
       }
-    ]
+    ],
+    meta: {
+      isUseVanTabbar: false
+    }
   },
   {
     path: '/orderDetail',

+ 0 - 0
htmldev/dashboard/src/views/orderList/index.vue → htmldev/dashboard/src/views/order/index.vue


+ 0 - 0
htmldev/dashboard/src/views/orderList/api/api.js → htmldev/dashboard/src/views/order/list/api/api.js


+ 0 - 0
htmldev/dashboard/src/views/orderList/image/icon-alipay.png → htmldev/dashboard/src/views/order/list/image/icon-alipay.png


+ 0 - 0
htmldev/dashboard/src/views/orderList/image/icon-wx.png → htmldev/dashboard/src/views/order/list/image/icon-wx.png


+ 0 - 0
htmldev/dashboard/src/views/orderList/order.vue → htmldev/dashboard/src/views/order/list/order.vue