This commit is contained in:
Vinjor 2025-01-22 16:35:16 +08:00
parent 0a6e180643
commit 73af8eb2f7
5 changed files with 19 additions and 19 deletions

View File

@ -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'",
// 官方网站

View File

@ -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);

View File

@ -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)

View File

@ -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)

View File

@ -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);