Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d4b6b284
authored
Jul 31, 2025
by
lijinqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改线上ip
parent
ff44f8a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
.env.development
+1
-1
src/store/modules/user.js
+0
-1
No files found.
.env.development
View file @
d4b6b284
...
@@ -5,4 +5,4 @@ VITE_APP_TITLE = 先进计算普惠算力公共服务平台
...
@@ -5,4 +5,4 @@ VITE_APP_TITLE = 先进计算普惠算力公共服务平台
VITE_APP_ENV = 'development'
VITE_APP_ENV = 'development'
# 先进计算普惠算力公共服务平台/开发环境
# 先进计算普惠算力公共服务平台/开发环境
VITE_APP_BASE_API = 'http://
localhost:48080
/app-api/'
VITE_APP_BASE_API = 'http://
43.139.100.220:48081
/app-api/'
src/store/modules/user.js
View file @
d4b6b284
...
@@ -24,7 +24,6 @@ const useUserStore = defineStore(
...
@@ -24,7 +24,6 @@ const useUserStore = defineStore(
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
login
(
mobile
,
password
,
code
).
then
(
res
=>
{
login
(
mobile
,
password
,
code
).
then
(
res
=>
{
setToken
(
res
.
data
.
accessToken
)
setToken
(
res
.
data
.
accessToken
)
debugger
;
this
.
token
=
res
.
data
.
accessToken
this
.
token
=
res
.
data
.
accessToken
resolve
()
resolve
()
}).
catch
(
error
=>
{
}).
catch
(
error
=>
{
...
...
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