Commit 36e6fa7b by chuzhixin

Upgrade the brand name to Vue admin beautiful Pro open source

parent 68b80e46
...@@ -5,6 +5,11 @@ const data = [ ...@@ -5,6 +5,11 @@ const data = [
'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=', '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版本已发布,点我提前体验', title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
url: url:
'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=', 'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
......
...@@ -223,6 +223,11 @@ const data = [ ...@@ -223,6 +223,11 @@ const data = [
content: '更新sass版本至最新', content: '更新sass版本至最新',
timestamp: '2021-1-7', timestamp: '2021-1-7',
}, },
{
content:
'开源版品牌名升级为vue-admin-beautiful-pro,付费版vue2.x品牌升级为Admin Pro,付费版vue3.x品牌名升级为Admin Plus',
timestamp: '2021-1-10',
},
] ]
module.exports = [ module.exports = [
......
...@@ -18,7 +18,7 @@ const setting = { ...@@ -18,7 +18,7 @@ const setting = {
? 'vab-mock-server' ? 'vab-mock-server'
: 'vab-mock-server', : 'vab-mock-server',
//标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题) //标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
title: 'vue-admin-beautiful', title: 'vue-admin-beautiful-pro',
//简写 //简写
abbreviation: 'vab', abbreviation: 'vab',
//开发环境端口号 //开发环境端口号
...@@ -42,7 +42,7 @@ const setting = { ...@@ -42,7 +42,7 @@ const setting = {
//token名称 //token名称
tokenName: 'accessToken', tokenName: 'accessToken',
//token在localStorage、sessionStorage存储的key的名称 //token在localStorage、sessionStorage存储的key的名称
tokenTableName: 'vue-admin-beautiful', tokenTableName: 'vue-admin-beautiful-2021',
//token存储位置localStorage sessionStorage //token存储位置localStorage sessionStorage
storage: 'localStorage', storage: 'localStorage',
//token失效回退到登录页时是否记录本次的路由 //token失效回退到登录页时是否记录本次的路由
...@@ -50,7 +50,7 @@ const setting = { ...@@ -50,7 +50,7 @@ const setting = {
//是否显示logo,不显示时设置false,显示时请填写remixIcon图标名称,暂时只支持设置remixIcon //是否显示logo,不显示时设置false,显示时请填写remixIcon图标名称,暂时只支持设置remixIcon
logo: 'vuejs-fill', logo: 'vuejs-fill',
//是否显示在页面高亮错误 //是否显示在页面高亮错误
errorLog: ['development'], errorLog: ['development', 'production'],
//是否开启登录拦截 //是否开启登录拦截
loginInterception: true, loginInterception: true,
//是否开启登录RSA加密 //是否开启登录RSA加密
......
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