소스 검색

feat(形象店申请): 新增形象店申请审核页面功能

yz 2 달 전
부모
커밋
279477967d
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/router/views/index.js
  2. 0 0
      src/views/image-store-apply/index.vue

+ 1 - 2
src/router/views/index.js

@@ -248,11 +248,10 @@ export default [
             {
                 path: 'index',
                 name: '形象店申请审核',
-                component: () => import('@/views/order/image-store-apply/index'),
+                component: () => import('@/views/image-store-apply/index'),
                 meta: {
                     title: '形象店申请审核',
                     keepAlive: true,
-                    permission: ['image_store_apply']
                 }
             }
         ]

+ 0 - 0
src/views/order/image-store-apply/index.vue → src/views/image-store-apply/index.vue