shish 11 月之前
父節點
當前提交
e0536555bc

+ 1 - 1
hdApp/src/admin/recharge/discount.vue

@@ -80,7 +80,7 @@ export default {
 			this.$set(this.map[index], 'give', '')
 		},
 		saveData(){
-			this.$util.confirmModal({content:'只能设置一次,提交后将不能再次修改,确认提交?'},() => {
+			this.$util.confirmModal({content:'确认提交?提交后将不能再修改,'},() => {
 				modifyRecharge({data:this.map,rechargeWeal:this.rechargeWeal}).then(res=>{
 					if(res.code == 1){
 						this.$msg(res.msg)

+ 2 - 1
hdApp/src/config.js

@@ -2,4 +2,5 @@ export const ProjectName = 'hd'
 export const APIHOST = 'https://api.shop.huaml.com'
 export const FORMALHOST = 'https://shop.huaml.com'
 export const IMGHOST = 'https://img.huaml.com'
-export const CURRENT_ENV = 'dev'
+export const CURRENT_ENV = 'dev'
+export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 1
mallApp/src/config.js

@@ -1,3 +1,4 @@
 export const ProjectName = 'mall'
 export const CURRENT_ENV = 'dev'
-export const APIHOST = 'https://api.shop.theflorist.cn'
+export const APIHOST = 'https://api.shop.theflorist.cn'
+export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 1
开发http/hdApp/src/config.js

@@ -2,4 +2,5 @@ export const ProjectName = 'hd'
 export const APIHOST = 'http://api.shop.huaml.com'
 export const FORMALHOST = 'http://shop.huaml.com'
 export const IMGHOST = 'http://img.huaml.com'
-export const CURRENT_ENV = 'dev'
+export const CURRENT_ENV = 'dev'
+export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 1
开发http/mallApp/src/config.js

@@ -1,3 +1,4 @@
 export const ProjectName = 'mall'
 export const CURRENT_ENV = 'dev'
-export const APIHOST = 'http://api.shop.theflorist.cn'
+export const APIHOST = 'http://api.shop.theflorist.cn'
+export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 1
开发https/hdApp/src/config.js

@@ -2,4 +2,5 @@ export const ProjectName = 'hd'
 export const APIHOST = 'https://api.shop.huaml.com'
 export const FORMALHOST = 'https://shop.huaml.com'
 export const IMGHOST = 'https://img.huaml.com'
-export const CURRENT_ENV = 'dev'
+export const CURRENT_ENV = 'dev'
+export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 1
开发https/mallApp/src/config.js

@@ -1,3 +1,4 @@
 export const ProjectName = 'mall'
 export const CURRENT_ENV = 'dev'
-export const APIHOST = 'https://api.shop.theflorist.cn'
+export const APIHOST = 'https://api.shop.theflorist.cn'
+export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 1
线上/hdApp/src/config.js

@@ -2,4 +2,5 @@ export const ProjectName = 'hd'
 export const APIHOST = 'https://api.shop.huahb.cn'
 export const FORMALHOST = 'https://shop.huahb.cn'
 export const IMGHOST = 'https://img.huahb.cn'
-export const CURRENT_ENV = 'production'
+export const CURRENT_ENV = 'production'
+export const WSSHOST = 'wss://chat.shop.huahb.cn'

+ 2 - 1
线上/mallApp/src/config.js

@@ -1,3 +1,4 @@
 export const ProjectName = 'mall'
 export const CURRENT_ENV = 'production'
-export const APIHOST = 'https://api.shop.zhiguanhua.cn'
+export const APIHOST = 'https://api.shop.zhiguanhua.cn'
+export const WSSHOST = 'wss://chat.shop.huahb.cn'