Commit a2e34c7f authored by 杨柠瑞's avatar 杨柠瑞

Merge branch 'master' of 115.28.80.125:softwarefactory/vueelementtemplate

parents f864d724 725a18c4
...@@ -22,7 +22,7 @@ module.exports = { ...@@ -22,7 +22,7 @@ module.exports = {
// Various Dev Server settings // Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST host: 'localhost', // can be overwritten by process.env.HOST
port: 9527, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined port: 9529, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true, autoOpenBrowser: true,
errorOverlay: true, errorOverlay: true,
notifyOnErrors: false, notifyOnErrors: false,
......
...@@ -127,6 +127,15 @@ export const asyncRouterMap = [ ...@@ -127,6 +127,15 @@ export const asyncRouterMap = [
title: '选项卡', title: '选项卡',
icon: 'table' icon: 'table'
} }
},
{
path: 'calendar',
component: _import('haomo/components/calendar/index'),
name: '',
meta: {
title: 'calendar',
icon: 'table'
}
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment