Browse Source

修改域名

newStyle
douzhuo 2 years ago
parent
commit
dc403a6806
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      src/views/building/index.vue
  2. +1
    -1
      vue.config.js

+ 4
- 0
src/views/building/index.vue View File

@@ -308,6 +308,9 @@
<el-form-item label="联系人" prop="linkman"> <el-form-item label="联系人" prop="linkman">
<el-input v-model="ruleForm.linkman" maxlength="20" placeholder="联系人" clearable></el-input> <el-input v-model="ruleForm.linkman" maxlength="20" placeholder="联系人" clearable></el-input>
</el-form-item> </el-form-item>
<el-form-item label="接待时长" prop="linkman">
<el-input v-model="ruleForm.closeTime" maxlength="10" placeholder="接待时长(分钟)" clearable></el-input>
</el-form-item>
<el-form-item label="联系手机" prop="linkmanPhone"> <el-form-item label="联系手机" prop="linkmanPhone">
<el-input v-model="ruleForm.linkmanPhone" type="tel" placeholder="联系手机" maxlength="11" <el-input v-model="ruleForm.linkmanPhone" type="tel" placeholder="联系手机" maxlength="11"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input> onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input>
@@ -653,6 +656,7 @@ export default {
provinceId: "", //省id provinceId: "", //省id
cityId: "", //市id cityId: "", //市id
agentId: localStorage.getItem("agentId"), agentId: localStorage.getItem("agentId"),
closeTime: '', // 接待时长(自动结束)
}, },
ruleForm1: {}, ruleForm1: {},
optionsagentId: [], optionsagentId: [],


+ 1
- 1
vue.config.js View File

@@ -7,7 +7,7 @@
// const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://62.234.122.43:9999' //正式 // const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP // const url = 'http://81.70.55.170:9999' // 新测试服务器IP
// const url = 'http://192.168.31.86:9999' // 胜浩
// const url = 'http://192.168.31.149:9999' // 胜浩
// const url = 'https://zanyong.hfju.com' // 正式域名 // const url = 'https://zanyong.hfju.com' // 正式域名
// const url = 'http://127.0.0.1:9999' // 本地 // const url = 'http://127.0.0.1:9999' // 本地
const url = 'http://81.70.55.170:9999' // 新测试 const url = 'http://81.70.55.170:9999' // 新测试


Loading…
Cancel
Save