Upgrade the brand name to Vue admin beautiful Pro open source

This commit is contained in:
chuzhixin 2021-01-10 20:09:12 +08:00
parent 68b80e46cd
commit 36e6fa7b4a
3 changed files with 13 additions and 3 deletions

View File

@ -4,6 +4,11 @@ const data = [
url: url:
'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-beautifulantdv vue3.0版本已发布,点我提前体验', title: 'vue-admin-beautifulantdv vue3.0版本已发布,点我提前体验',
url: url:

View File

@ -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 = [

View File

@ -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 = {
//token //token
tokenName: 'accessToken', tokenName: 'accessToken',
//tokenlocalStoragesessionStoragekey //tokenlocalStoragesessionStoragekey
tokenTableName: 'vue-admin-beautiful', tokenTableName: 'vue-admin-beautiful-2021',
//tokenlocalStorage sessionStorage //tokenlocalStorage sessionStorage
storage: 'localStorage', storage: 'localStorage',
//token退 //token退
@ -50,7 +50,7 @@ const setting = {
//logofalseremixIconremixIcon //logofalseremixIconremixIcon
logo: 'vuejs-fill', logo: 'vuejs-fill',
// //
errorLog: ['development'], errorLog: ['development', 'production'],
// //
loginInterception: true, loginInterception: true,
//RSA //RSA