a28c575d by simon

去掉订阅信息

1 parent 931bd3f6
1 module.exports = {
2 plugins: {
3 'autoprefixer': {browsers: 'last 5 version'}
4 }
5 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -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',
......