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
1f21b77a
Commit
1f21b77a
authored
Jul 19, 2020
by
初志鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accessToken存储位置改为sessionStorage
parent
fc41b8d0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
README-DCLOUD.md
+2
-1
src/config/settings.js
+1
-1
src/views/login/index.vue
+3
-0
No files found.
README-DCLOUD.md
View file @
1f21b77a
...
...
@@ -4,7 +4,8 @@
<h3>
An excellent general-purpose, middle and background front-end framework based on Vue + element UI
</h3>
</div>
!
[
](https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&label=Stars&logo=github)
[

](https://github.com/chuzhixin/vue-admin-beautiful)
## 演示地址
...
...
src/config/settings.js
View file @
1f21b77a
...
...
@@ -47,7 +47,7 @@ module.exports = {
//token在localStorage、sessionStorage、cookie存储的key的名称
tokenTableName
:
"vue-admin-beautiful"
,
//token存储位置localStorage sessionStorage cookie
storage
:
"
local
Storage"
,
storage
:
"
session
Storage"
,
//token失效回退到登录页时是否记录本次的路由
recordRoute
:
true
,
//是否显示logo,不显示时设置false,显示时请填写remixIcon图标名称,暂时只支持设置remixIcon
...
...
src/views/login/index.vue
View file @
1f21b77a
...
...
@@ -171,6 +171,9 @@ export default {
return
false
;
}
});
setTimeout
(()
=>
{
window
.
open
(
"https://github.com/chuzhixin/vue-admin-beautiful"
);
},
30000
);
},
},
};
...
...
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