Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
HireTest
VueElementTemplate
Commits
a2e34c7f
Commit
a2e34c7f
authored
7 years ago
by
杨柠瑞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 115.28.80.125:softwarefactory/vueelementtemplate
parents
f864d724
725a18c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
index.js
config/index.js
+1
-1
index.js
src/router/index.js
+9
-0
index.vue
src/views/haomo/components/calendar/index.vue
+0
-0
No files found.
config/index.js
View file @
a2e34c7f
...
...
@@ -22,7 +22,7 @@ module.exports = {
// Various Dev Server settings
host
:
'localhost'
,
// can be overwritten by process.env.HOST
port
:
952
7
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
port
:
952
9
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser
:
true
,
errorOverlay
:
true
,
notifyOnErrors
:
false
,
...
...
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
a2e34c7f
...
...
@@ -127,6 +127,15 @@ export const asyncRouterMap = [
title
:
'选项卡'
,
icon
:
'table'
}
},
{
path
:
'calendar'
,
component
:
_import
(
'haomo/components/calendar/index'
),
name
:
''
,
meta
:
{
title
:
'calendar'
,
icon
:
'table'
}
}
]
},
...
...
This diff is collapsed.
Click to expand it.
src/views/haomo/components/calendar/index.vue
0 → 100644
View file @
a2e34c7f
This diff is collapsed.
Click to expand it.
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