zhaoxiaoqiang
2021-11-07 7d645c7400191c513295c075359c650dbe17808d
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',