Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
969e05e4
Commit
969e05e4
authored
Jan 08, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔧
Z: Dot: Useless testpages del.
parent
21abda2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
44 deletions
+37
-44
index.vue
ybf_admin/src/pages/page-demo/index.vue
+0
-7
routes.js
ybf_admin/src/router/routes.js
+37
-37
No files found.
ybf_admin/src/pages/page-demo/index.vue
deleted
100644 → 0
View file @
21abda2c
<
template
>
<d2-container>
<template
slot=
"header"
>
header
</
template
>
Hello World
<
template
slot=
"footer"
>
footer
</
template
>
</d2-container>
</template>
ybf_admin/src/router/routes.js
View file @
969e05e4
...
...
@@ -121,43 +121,43 @@ const frameIn = [
title
:
'活动商品'
}
},
// 演示页面
{
path
:
'page1'
,
name
:
'page1'
,
meta
:
{
title
:
'页面 1'
,
auth
:
true
},
component
:
_import
(
'demo/page1'
)
},
{
path
:
'page2'
,
name
:
'page2'
,
meta
:
{
title
:
'页面 2'
,
auth
:
true
},
component
:
_import
(
'demo/page2'
)
},
{
path
:
'page3'
,
name
:
'page3'
,
meta
:
{
title
:
'页面 3'
,
auth
:
true
},
component
:
_import
(
'demo/page3'
)
},
{
path
:
'/page-demo'
,
name
:
'page-demo'
,
component
:
()
=>
import
(
'@/pages/page-demo'
),
meta
:
{
auth
:
true
,
title
:
'新建示例'
}
},
//
//
演示页面
//
{
//
path: 'page1',
//
name: 'page1',
//
meta: {
//
title: '页面 1',
//
auth: true
//
},
//
component: _import('demo/page1')
//
},
//
{
//
path: 'page2',
//
name: 'page2',
//
meta: {
//
title: '页面 2',
//
auth: true
//
},
//
component: _import('demo/page2')
//
},
//
{
//
path: 'page3',
//
name: 'page3',
//
meta: {
//
title: '页面 3',
//
auth: true
//
},
//
component: _import('demo/page3')
//
},
//
{
//
path: '/page-demo',
//
name: 'page-demo',
//
component: () => import('@/pages/page-demo'),
//
meta: {
//
auth: true,
//
title: '新建示例'
//
}
//
},
// 系统 前端日志
{
path
:
'log'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment