mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-20 19:39:21 +08:00
Upgrade the brand name to Vue admin beautiful Pro open source
This commit is contained in:
parent
68b80e46cd
commit
36e6fa7b4a
@ -4,6 +4,11 @@ const data = [
|
||||
url:
|
||||
'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
|
||||
},
|
||||
{
|
||||
title: 'Admin Plus 3.0内测版本已发布,增加多项贴心功能,点我提前体验',
|
||||
url:
|
||||
'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
|
||||
},
|
||||
{
|
||||
title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
|
||||
url:
|
||||
|
@ -223,6 +223,11 @@ const data = [
|
||||
content: '更新sass版本至最新',
|
||||
timestamp: '2021-1-7',
|
||||
},
|
||||
{
|
||||
content:
|
||||
'开源版品牌名升级为vue-admin-beautiful-pro,付费版vue2.x品牌升级为Admin Pro,付费版vue3.x品牌名升级为Admin Plus',
|
||||
timestamp: '2021-1-10',
|
||||
},
|
||||
]
|
||||
|
||||
module.exports = [
|
||||
|
@ -18,7 +18,7 @@ const setting = {
|
||||
? 'vab-mock-server'
|
||||
: 'vab-mock-server',
|
||||
//标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
|
||||
title: 'vue-admin-beautiful',
|
||||
title: 'vue-admin-beautiful-pro',
|
||||
//简写
|
||||
abbreviation: 'vab',
|
||||
//开发环境端口号
|
||||
@ -42,7 +42,7 @@ const setting = {
|
||||
//token名称
|
||||
tokenName: 'accessToken',
|
||||
//token在localStorage、sessionStorage存储的key的名称
|
||||
tokenTableName: 'vue-admin-beautiful',
|
||||
tokenTableName: 'vue-admin-beautiful-2021',
|
||||
//token存储位置localStorage sessionStorage
|
||||
storage: 'localStorage',
|
||||
//token失效回退到登录页时是否记录本次的路由
|
||||
@ -50,7 +50,7 @@ const setting = {
|
||||
//是否显示logo,不显示时设置false,显示时请填写remixIcon图标名称,暂时只支持设置remixIcon
|
||||
logo: 'vuejs-fill',
|
||||
//是否显示在页面高亮错误
|
||||
errorLog: ['development'],
|
||||
errorLog: ['development', 'production'],
|
||||
//是否开启登录拦截
|
||||
loginInterception: true,
|
||||
//是否开启登录RSA加密
|
||||
|
Loading…
x
Reference in New Issue
Block a user