diff --git a/config.js b/config.js index a972bb7..a407d94 100644 --- a/config.js +++ b/config.js @@ -1,24 +1,24 @@ // 应用全局配置 module.exports = { //生产 - // baseUrl: 'https://www.nuoyunr.com', + baseUrl: 'https://www.nuoyunr.com', //开发 - baseUrl: "http://192.168.1.17:48080", + // baseUrl: "http://192.168.1.17:48080", // baseUrl: "http://rzqhb7.natappfree.cc", imagesUrl: 'http://shequ.0315e.com/static/images/pages/', baseImageUrl: 'https://www.nuoyunr.com/minio/', shareUrl: 'https://www.lighting-it.cn/share?inviteId=', //生产 - // wsUrl: 'ws://122.51.230.86:48080', + wsUrl: 'ws://122.51.230.86:48080', //本地 - wsUrl: 'ws://192.168.1.17.48080', + // wsUrl: 'ws://192.168.1.17.48080', //com.carService.qx // 应用信息 appInfo: { // 应用名称 name: "智修小助手", // 应用版本 - version: "2.4", + version: "2.5", // 应用logo logo: "/static/logo.png'", // 官方网站 diff --git a/pages-home/home/home.vue b/pages-home/home/home.vue index 2bc646d..983a8fb 100644 --- a/pages-home/home/home.vue +++ b/pages-home/home/home.vue @@ -372,9 +372,9 @@ export default { }) }else{ this.companyInfo = getJSONData("companyInfo") - //查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + //查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type this.initDict("repair_type") - this.initDict("cus_sign_type") + this.initDict("cus_data_from") if(!this.$msgSocket){ this.$startMsgSocket(getTenantId(),getStrData("userId")) } @@ -431,7 +431,7 @@ export default { this.onRefresherrefresh() }, /** - * 查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + * 查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type */ initDict(dictCode){ let dictArray = getStorageWithExpiry(dictCode); diff --git a/pages-order/orderList/orderList-back.vue b/pages-order/orderList/orderList-back.vue index 3fbb167..9bd457d 100644 --- a/pages-order/orderList/orderList-back.vue +++ b/pages-order/orderList/orderList-back.vue @@ -180,9 +180,9 @@ export default { ] this.isRepairWarehouse = true } - //查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + //查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type this.initDict("repair_type") - this.initDict("cus_sign_type") + this.initDict("cus_data_from") // this.initDict("repair_tickets_status") } }, @@ -221,7 +221,7 @@ export default { // this.onRefresherrefresh() }, /** - * 查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + * 查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type */ initDict(dictCode){ let dictArray = getStorageWithExpiry(dictCode); @@ -253,7 +253,7 @@ export default { //维修项目 this.repairTypeList.push(item.label) this.repairTypeValueList.push(item.value) - }else if("cus_sign_type"==dictCode){ + }else if("cus_data_from"==dictCode){ //客户来源 this.cusFromList.push(item.label) this.cusFromValueList.push(item.value) diff --git a/pages-order/orderList/orderList.vue b/pages-order/orderList/orderList.vue index 3308639..688a026 100644 --- a/pages-order/orderList/orderList.vue +++ b/pages-order/orderList/orderList.vue @@ -215,9 +215,9 @@ export default { ] this.isRepairWarehouse = true } - //查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + //查2个数据字典备用---客户来源-cus_data_from、维修业务分类-repair_type this.initDict("repair_type") - this.initDict("cus_sign_type") + this.initDict("cus_data_from") // this.initDict("repair_tickets_status") } }, @@ -390,7 +390,7 @@ export default { // this.onRefresherrefresh() }, /** - * 查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + * 查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type */ initDict(dictCode){ let dictArray = getStorageWithExpiry(dictCode); @@ -422,7 +422,7 @@ export default { //维修项目 this.repairTypeList.push(item.label) this.repairTypeValueList.push(item.value) - }else if("cus_sign_type"==dictCode){ + }else if("cus_data_from"==dictCode){ //客户来源 this.cusFromList.push(item.label) this.cusFromValueList.push(item.value) diff --git a/pages-order/orderList/orderListByIn.vue b/pages-order/orderList/orderListByIn.vue index e118d69..7e4b7f0 100644 --- a/pages-order/orderList/orderListByIn.vue +++ b/pages-order/orderList/orderListByIn.vue @@ -130,9 +130,9 @@ export default { ] this.isRepairWarehouse = true } - //查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + //查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type this.initDict("repair_type") - this.initDict("cus_sign_type") + this.initDict("cus_data_from") } }, onShow() { @@ -160,7 +160,7 @@ export default { this.onRefresherrefresh() }, /** - * 查2个数据字典备用---客户注册方式-cus_sign_type、维修业务分类-repair_type + * 查2个数据字典备用---客户注册方式-cus_data_from、维修业务分类-repair_type */ initDict(dictCode){ let dictArray = getStorageWithExpiry(dictCode);