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 = { 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", // baseUrl: "http://rzqhb7.natappfree.cc",
imagesUrl: 'http://shequ.0315e.com/static/images/pages/', imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
baseImageUrl: 'https://www.nuoyunr.com/minio/', baseImageUrl: 'https://www.nuoyunr.com/minio/',
shareUrl: 'https://www.lighting-it.cn/share?inviteId=', 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 //com.carService.qx
// 应用信息 // 应用信息
appInfo: { appInfo: {
// 应用名称 // 应用名称
name: "智修小助手", name: "智修小助手",
// 应用版本 // 应用版本
version: "2.4", version: "2.5",
// 应用logo // 应用logo
logo: "/static/logo.png'", logo: "/static/logo.png'",
// 官方网站 // 官方网站

View File

@ -372,9 +372,9 @@ export default {
}) })
}else{ }else{
this.companyInfo = getJSONData("companyInfo") this.companyInfo = getJSONData("companyInfo")
//2----cus_sign_type-repair_type //2----cus_data_from-repair_type
this.initDict("repair_type") this.initDict("repair_type")
this.initDict("cus_sign_type") this.initDict("cus_data_from")
if(!this.$msgSocket){ if(!this.$msgSocket){
this.$startMsgSocket(getTenantId(),getStrData("userId")) this.$startMsgSocket(getTenantId(),getStrData("userId"))
} }
@ -431,7 +431,7 @@ export default {
this.onRefresherrefresh() this.onRefresherrefresh()
}, },
/** /**
* 查2个数据字典备用---客户注册方式-cus_sign_type维修业务分类-repair_type * 查2个数据字典备用---客户注册方式-cus_data_from维修业务分类-repair_type
*/ */
initDict(dictCode){ initDict(dictCode){
let dictArray = getStorageWithExpiry(dictCode); let dictArray = getStorageWithExpiry(dictCode);

View File

@ -180,9 +180,9 @@ export default {
] ]
this.isRepairWarehouse = true this.isRepairWarehouse = true
} }
//2----cus_sign_type-repair_type //2----cus_data_from-repair_type
this.initDict("repair_type") this.initDict("repair_type")
this.initDict("cus_sign_type") this.initDict("cus_data_from")
// this.initDict("repair_tickets_status") // this.initDict("repair_tickets_status")
} }
}, },
@ -221,7 +221,7 @@ export default {
// this.onRefresherrefresh() // this.onRefresherrefresh()
}, },
/** /**
* 查2个数据字典备用---客户注册方式-cus_sign_type维修业务分类-repair_type * 查2个数据字典备用---客户注册方式-cus_data_from维修业务分类-repair_type
*/ */
initDict(dictCode){ initDict(dictCode){
let dictArray = getStorageWithExpiry(dictCode); let dictArray = getStorageWithExpiry(dictCode);
@ -253,7 +253,7 @@ export default {
// //
this.repairTypeList.push(item.label) this.repairTypeList.push(item.label)
this.repairTypeValueList.push(item.value) this.repairTypeValueList.push(item.value)
}else if("cus_sign_type"==dictCode){ }else if("cus_data_from"==dictCode){
// //
this.cusFromList.push(item.label) this.cusFromList.push(item.label)
this.cusFromValueList.push(item.value) this.cusFromValueList.push(item.value)

View File

@ -215,9 +215,9 @@ export default {
] ]
this.isRepairWarehouse = true this.isRepairWarehouse = true
} }
//2----cus_sign_type-repair_type //2----cus_data_from-repair_type
this.initDict("repair_type") this.initDict("repair_type")
this.initDict("cus_sign_type") this.initDict("cus_data_from")
// this.initDict("repair_tickets_status") // this.initDict("repair_tickets_status")
} }
}, },
@ -390,7 +390,7 @@ export default {
// this.onRefresherrefresh() // this.onRefresherrefresh()
}, },
/** /**
* 查2个数据字典备用---客户注册方式-cus_sign_type维修业务分类-repair_type * 查2个数据字典备用---客户注册方式-cus_data_from维修业务分类-repair_type
*/ */
initDict(dictCode){ initDict(dictCode){
let dictArray = getStorageWithExpiry(dictCode); let dictArray = getStorageWithExpiry(dictCode);
@ -422,7 +422,7 @@ export default {
// //
this.repairTypeList.push(item.label) this.repairTypeList.push(item.label)
this.repairTypeValueList.push(item.value) this.repairTypeValueList.push(item.value)
}else if("cus_sign_type"==dictCode){ }else if("cus_data_from"==dictCode){
// //
this.cusFromList.push(item.label) this.cusFromList.push(item.label)
this.cusFromValueList.push(item.value) this.cusFromValueList.push(item.value)

View File

@ -130,9 +130,9 @@ export default {
] ]
this.isRepairWarehouse = true this.isRepairWarehouse = true
} }
//2----cus_sign_type-repair_type //2----cus_data_from-repair_type
this.initDict("repair_type") this.initDict("repair_type")
this.initDict("cus_sign_type") this.initDict("cus_data_from")
} }
}, },
onShow() { onShow() {
@ -160,7 +160,7 @@ export default {
this.onRefresherrefresh() this.onRefresherrefresh()
}, },
/** /**
* 查2个数据字典备用---客户注册方式-cus_sign_type维修业务分类-repair_type * 查2个数据字典备用---客户注册方式-cus_data_from维修业务分类-repair_type
*/ */
initDict(dictCode){ initDict(dictCode){
let dictArray = getStorageWithExpiry(dictCode); let dictArray = getStorageWithExpiry(dictCode);