fix(staff)
This commit is contained in:
parent
22a93667b1
commit
59f71dca3d
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -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/";
|
||||
|
|
Loading…
Reference in New Issue