Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_web_vue
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
91isoft_web_vue
Commits
052fdf2d
Commit
052fdf2d
authored
Feb 22, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pad的token存储获取
parent
71048f12
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
request.js
src/utils/request.js
+1
-1
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
No files found.
src/utils/request.js
View file @
052fdf2d
...
...
@@ -2,7 +2,7 @@ import axios from 'axios'
import
{
Notification
,
MessageBox
,
Message
,
Loading
}
from
'element-ui'
import
store
from
'@/store'
import
Qs
from
'qs'
import
{
getToken
,
setToken
}
from
'@/utils/auth'
import
{
getToken
,
setToken
}
from
'@/utils/auth
/index
'
import
SM4
from
'./gmUtil'
import
errorCode
from
'@/utils/errorCode'
import
{
refreshToken
}
from
'@/api/login.js'
...
...
src/views/system/dict/data.vue
View file @
052fdf2d
...
...
@@ -186,7 +186,7 @@ import { listData, getData, delData, addData, updateData, exportData, importExce
import
{
listType
,
getType
}
from
'@/api/system/dict/type'
import
dictCons
from
'@/utils/dictCons'
import
Coolbutton
from
'@/components/coolbutton'
import
{
getToken
}
from
'@/utils/auth'
import
{
getToken
}
from
'@/utils/auth
/index
'
import
{
uploadFalseFile
}
from
'@/api/system/user'
import
{
getDataCache
,
setDataCache
}
from
'@/assets/js/filterData'
import
commonField
from
'@/utils/commonField'
...
...
src/views/system/user/index.vue
View file @
052fdf2d
...
...
@@ -388,7 +388,7 @@ import {
importTemplate
// userLoginManage
}
from
'@/api/system/user'
import
{
getToken
}
from
'@/utils/auth'
import
{
getToken
}
from
'@/utils/auth
/index
'
import
{
treeSelect
}
from
'@/api/system/dept'
import
TreeSelect
from
'@riophae/vue-treeselect'
import
'@riophae/vue-treeselect/dist/vue-treeselect.css'
...
...
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