Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
trimble-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a28c575d
authored
2022-07-19 16:56:35 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉订阅信息
1 parent
931bd3f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
13 deletions
postcss.config.js
src/router/index.js
postcss.config.js
0 → 100644
View file @
a28c575
module
.
exports
=
{
plugins
:
{
'autoprefixer'
:
{
browsers
:
'last 5 version'
}
}
}
\ No newline at end of file
src/router/index.js
View file @
a28c575
...
...
@@ -136,19 +136,19 @@ export const constantRouterMap = [{
]
},
{
path
:
'/qrcode'
,
component
:
Layout
,
children
:
[{
path
:
'index'
,
name
:
'Qrcode'
,
component
:
()
=>
import
(
'@/views/scene/index'
),
meta
:
{
title
:
'订阅信息'
,
icon
:
'form'
}
}]
},
//
{
//
path: '/qrcode',
//
component: Layout,
//
children: [{
//
path: 'index',
//
name: 'Qrcode',
//
component: () => import('@/views/scene/index'),
//
meta: {
//
title: '订阅信息',
//
icon: 'form'
//
}
//
}]
//
},
{
path
:
'/edu'
,
...
...
Please
register
or
sign in
to post a comment