zhaoxiaoqiang
2021-09-16 c522fd0a15f396a5df30a200c113e7bd2b70f96d
src/router/routes.js
@@ -62,13 +62,6 @@
    },
    {
        path:"/main",
        component:()=>import("@/views/main/index.vue"),
@@ -206,12 +199,6 @@
        name:'stores-detail',
        component:()=>import("@/views/mine/stores/storeOprs-detail.vue")
    },
    // 店员详情
    {
        path:"/mine/shopassistantDetail",
        name:'shopassistantDetail',
        component:()=>import("@/views/mine/stores/clerkdetail.vue")
    },
    //和微分
    {
        path:"/wx-pay-score",
@@ -223,18 +210,7 @@
        name:'order-wxScore',
        component:()=>import("@/views/order/wxScore.vue")
    },
    {
        path:"/order/wxScore",
        name:'order-wxScore',
        component:()=>import("@/views/order/wxScore.vue")
    },
    // 添加店员
    {
        path:"/mine/shopassistant",
        name:'shopassistant',
        component:()=>import("@/views/mine/stores/addClerk.vue")
    },
    {
        path:"/wx-test-code",
        name:'wxTestCode',