Bläddra i källkod

修改域名

newStyle
douzhuo 2 år sedan
förälder
incheckning
dc403a6806
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. +4
    -0
      src/views/building/index.vue
  2. +1
    -1
      vue.config.js

+ 4
- 0
src/views/building/index.vue Visa fil

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


+ 1
- 1
vue.config.js Visa fil

@@ -7,7 +7,7 @@
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://62.234.122.43:9999' //正式
// 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 = 'http://127.0.0.1:9999' // 本地
const url = 'http://81.70.55.170:9999' // 新测试


Laddar…
Avbryt
Spara