Browse Source

feat: 修改云际登录用户名和密码

pull/282/head
zhaowei 5 months ago
parent
commit
55005ba795
1 changed files with 2 additions and 2 deletions
  1. +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,


Loading…
Cancel
Save