Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
36e6fa7b
Commit
36e6fa7b
authored
Jan 10, 2021
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade the brand name to Vue admin beautiful Pro open source
parent
68b80e46
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
mock/controller/ad.js
+5
-0
mock/controller/changeLog.js
+5
-0
src/config/setting.config.js
+3
-3
No files found.
mock/controller/ad.js
View file @
36e6fa7b
...
@@ -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='
,
...
...
mock/controller/changeLog.js
View file @
36e6fa7b
...
@@ -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
=
[
...
...
src/config/setting.config.js
View file @
36e6fa7b
...
@@ -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加密
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment