fix(staff)

This commit is contained in:
wang_yp 2025-03-20 14:27:00 +08:00
parent 22a93667b1
commit 59f71dca3d
3 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"proxy":"http://127.0.0.1:12214",
"proxy":"https://www.hswzct.cn:12016",
"eslintConfig": {
"extends": [
"react-app",

View File

@ -34,7 +34,6 @@ const Pyzx = (props: Store) => {
<div>:{item.user_name}</div>
<div>:{item.scores}</div>
<div>:{item.pos_held}</div>
<div>:{item.remark}</div>
</div>
</div>
);

View File

@ -1,6 +1,7 @@
class Config {
static baseUrl = "/";
// static baseUrl = "https://www.hswzct.cn:12016/";
// static baseUrl = "/";
static baseUrl = "https://www.hswzct.cn:12016/";
// static baseUrl = "http://127.0.0.1:12214/";
static ws = "wss://www.hswzct.cn:12016/wsadmin?id=admin";
static userStatic = "https://www.hswzct.cn:12016/api/uploads/user/";