Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shareConfig
Overview
Overview
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
gic-web
shareConfig
Commits
74b024c2
Commit
74b024c2
authored
Jan 02, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加路由
parent
cfddfacf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
index.js
src/router/index.js
+11
-2
leaflets.vue
src/view/shareIndex/leaflets.vue
+0
-0
No files found.
src/router/index.js
View file @
74b024c2
...
...
@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-11-12 10:18:30
* @LastEditors: 无尘
* @LastEditTime
: 2019-11-18 11:23:30
* @LastEditors
: 无尘
* @LastEditTime
: 2020-01-02 11:02:26
*/
// import Vue from 'vue';
import
Router
from
'vue-router'
;
...
...
@@ -38,6 +38,15 @@ export const constantRouterMap = [{
redirect
:
'shareIndex'
,
component
:
_import
(
'index'
,
'index'
),
children
:
[
// 宣传页
{
path
:
'/leaflets'
,
name
:
'分享首页宣传页'
,
component
:
_import
(
'shareIndex'
,
'leaflets'
),
meta
:
{
title
:
'分享首页宣传页'
}
},
// 分享首页
{
path
:
'/shareIndex'
,
...
...
src/view/shareIndex/leaflets.vue
0 → 100644
View file @
74b024c2
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