This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
feat: 修改云际登录用户名和密码
pull/282/head
zhaowei
5 months ago
parent
29bc60670b
commit
55005ba795
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
react-ui/src/services/external/index.ts
+ 2
- 2
react-ui/src/services/external/index.ts
View File
@@ -9,8 +9,8 @@ export function jccLoginReq() {
return request(`${jccBaseUrl}/jcc-admin/admin/login`, {
method: 'POST',
data: {
username: '
iflytek
',
password: '
iflytek@123
',
username: '
hnxjy-super
',
password: '
h1n2x3j4y5@
',
},
headers: {
isToken: false,
Write
Preview
Loading…
Cancel
Save