1
This commit is contained in:
parent
0a6e180643
commit
73af8eb2f7
10
config.js
10
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'",
|
||||
// 官方网站
|
||||
|
@ -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);
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user