Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
agent-platform
Commits
1adadc44
Commit
1adadc44
authored
Apr 30, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改站点Id
parent
5f7fff5a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
base-manager-ui/admin/src/pages/login/Login.vue
base-manager-ui/admin/src/pages/login/Login.vue
+3
-3
No files found.
base-manager-ui/admin/src/pages/login/Login.vue
View file @
1adadc44
...
...
@@ -29,7 +29,7 @@ export default {
id
:
loginRes
.
data
.
id
,
userType
:
loginRes
.
data
.
userType
,
currUserName
:
loginRes
.
data
.
currUserName
,
name
:
loginRes
.
data
.
currUserName
name
:
loginRes
.
data
.
currUserName
,
};
this
.
getToken
(
token
,
userInfo
,
loginRes
.
data
);
this
.
$message
.
success
(
loginRes
.
msg
,
3
);
...
...
@@ -58,12 +58,12 @@ export default {
this
.
SET_token
(
token
);
console
.
log
(
data
);
// data.siteid ? this.SET_SITE_ID(data.siteid) : ""
;
this
.
SET_SITE_ID
(
"
1
"
)
;
// data.siteName ? this.SET_siteName(data.siteName) : "";
// this.SET_sysName(data.sysName);
// this.SET_sysLogo(data.sysLogo);
// this.SET_path(data.path);
// local.setLocal("siteId", data.siteid
);
local
.
setLocal
(
"
siteId
"
,
"
1
"
);
// local.setLocal("siteName", data.siteName);
// 动态菜单
createMenus
();
...
...
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