Commit 964cbea5 authored by 胡小根's avatar 胡小根

coding

parent a3bb6d37
......@@ -7,7 +7,8 @@
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
"test:unit": "vue-cli-service test:unit",
"deploy": "npm run build && rsync -avz ./dist/* member@haomo-tech.com:/var/www/html/pigui/"
},
"dependencies": {
"@smallwei/avue": "^1.4.7",
......
export default {
title: 'PigX',
logo: 'PigX',
indexTitle: 'PigX Pro 快速开发框架',
indexTitle: '毫末科技快速开发框架',
whiteList: ['/login', '/404', '/401', '/lock'], // 配置无权限可以访问的页面
whiteTagList: ['/login', '/404', '/401', '/lock' ], // 配置不添加tags页面 ('/advanced-router/mutative-detail/*'——*为通配符)
lockPage: '/lock',
tokenTime: 6000,
info: {
title: 'PigX Pro 快速开发框架',
title: '毫末科技快速开发框架',
list: [
'一个基于Spring Cloud、OAuth2.0开发基于Vue前后分离的开发平台。',
'一个基于Avue2 开发无需前端知识,即可快速上手的开发平台。',
......
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