fix(staff)
This commit is contained in:
parent
22a93667b1
commit
59f71dca3d
|
@ -93,7 +93,7 @@
|
||||||
"build": "node scripts/build.js",
|
"build": "node scripts/build.js",
|
||||||
"test": "node scripts/test.js"
|
"test": "node scripts/test.js"
|
||||||
},
|
},
|
||||||
"proxy":"http://127.0.0.1:12214",
|
"proxy":"https://www.hswzct.cn:12016",
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
"react-app",
|
"react-app",
|
||||||
|
|
|
@ -34,7 +34,6 @@ const Pyzx = (props: Store) => {
|
||||||
<div>姓名:{item.user_name}</div>
|
<div>姓名:{item.user_name}</div>
|
||||||
<div>总积分:{item.scores}</div>
|
<div>总积分:{item.scores}</div>
|
||||||
<div>职位:{item.pos_held}</div>
|
<div>职位:{item.pos_held}</div>
|
||||||
<div>自我描述:{item.remark}</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
class Config {
|
class Config {
|
||||||
static baseUrl = "/";
|
// static baseUrl = "/";
|
||||||
// static baseUrl = "https://www.hswzct.cn:12016/";
|
static baseUrl = "https://www.hswzct.cn:12016/";
|
||||||
// static baseUrl = "http://127.0.0.1:12214/";
|
// static baseUrl = "http://127.0.0.1:12214/";
|
||||||
static ws = "wss://www.hswzct.cn:12016/wsadmin?id=admin";
|
static ws = "wss://www.hswzct.cn:12016/wsadmin?id=admin";
|
||||||
static userStatic = "https://www.hswzct.cn:12016/api/uploads/user/";
|
static userStatic = "https://www.hswzct.cn:12016/api/uploads/user/";
|
||||||
|
|
Loading…
Reference in New Issue