去掉订阅信息
Showing
2 changed files
with
18 additions
and
13 deletions
postcss.config.js
0 → 100644
... | @@ -136,19 +136,19 @@ export const constantRouterMap = [{ | ... | @@ -136,19 +136,19 @@ export const constantRouterMap = [{ |
136 | ] | 136 | ] |
137 | }, | 137 | }, |
138 | 138 | ||
139 | { | 139 | // { |
140 | path: '/qrcode', | 140 | // path: '/qrcode', |
141 | component: Layout, | 141 | // component: Layout, |
142 | children: [{ | 142 | // children: [{ |
143 | path: 'index', | 143 | // path: 'index', |
144 | name: 'Qrcode', | 144 | // name: 'Qrcode', |
145 | component: () => import('@/views/scene/index'), | 145 | // component: () => import('@/views/scene/index'), |
146 | meta: { | 146 | // meta: { |
147 | title: '订阅信息', | 147 | // title: '订阅信息', |
148 | icon: 'form' | 148 | // icon: 'form' |
149 | } | 149 | // } |
150 | }] | 150 | // }] |
151 | }, | 151 | // }, |
152 | 152 | ||
153 | { | 153 | { |
154 | path: '/edu', | 154 | path: '/edu', | ... | ... |
-
Please register or sign in to post a comment