Przeglądaj źródła

查看时不缓存

lsx 2 lat temu
rodzic
commit
f07bde430c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -206,7 +206,7 @@ export const constantRoutes = [
       {
         path: 'detailCode',
         component: (resolve) => require(['@/views/business/exchange/addCode'], resolve),
-        name: 'ExchangeAdd',
+        name: 'ExchangeDetail',
         meta: { title: '查看兑换码', activeMenu: '/goods/exchange' }
       }
     ],