dev_202412
yujialong 4 months ago
parent 24b60d7468
commit 2a1ffda11c
  1. 2
      src/setting.js
  2. 4
      src/views/serve/projectAdd.vue
  3. 1
      src/views/user/AddUser.vue

@ -14,7 +14,7 @@ if (isDev) {
sandPath = `http://${location.hostname}:9520`
host = 'http://121.37.12.51/'
// host = 'https://huorantech.cn/'
const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://121.37.12.51/']
const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://118.31.167.228/']
host = ips[+localStorage.getItem('ip')]
} else if (isPro) {
sandPath = `https://izhixinyun.com/sandbox`

@ -719,8 +719,8 @@ export default {
},
toJudgePoint (type, row) { //
this.handleCacheData();
let jumpPath = Setting.jumpPath;
let { systemId } = this.projectManage;
const { jumpPath } = Setting
let { systemId } = this.projectManage
let href = "";
if (type === "view") {
//

@ -98,6 +98,7 @@
<el-table-column prop="schoolName" label="绑定组织名称" align="center"></el-table-column>
<el-table-column prop="userName" label="姓名" align="center"></el-table-column>
<el-table-column prop="workNumber" label="工号/学号" align="center"></el-table-column>
<el-table-column prop="account" label="账号" align="center"></el-table-column>
<el-table-column prop="roleName" label="角色" align="center"></el-table-column>
<el-table-column prop="phoneBindingTime" label="绑定时间" align="center"></el-table-column>
<el-table-column prop="logInNumber" label="登录次数" align="center"></el-table-column>

Loading…
Cancel
Save