Procházet zdrojové kódy

Merge branch 'master' into ls

shish před 1 rokem
rodič
revize
4f605fd6ec

+ 1 - 0
ghsApp/.gitignore

@@ -6,6 +6,7 @@ node_modules/
 # local env files
 .env.local
 .env.*.local
+.cursor
 
 # Log files
 npm-debug.log*

+ 2 - 0
ghsPad/.gitignore

@@ -4,6 +4,8 @@ node_modules/
 # local env files
 .env.local
 .env.*.local
+.cursor
+
 /dist
 # Log files
 npm-debug.log*

+ 6 - 6
ghsPad/src/pages/home/cash.vue

@@ -103,8 +103,8 @@ export default {
 			if(this.getLoginInfo.skCustomId && this.getLoginInfo.skCustomId>0){
 				this.customId = this.getLoginInfo.skCustomId
 				this.customName = '快捷开单'
-				//世纪花都、龙岩小林鲜花要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
-				if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007){
+				//世纪花都、龙岩小林鲜花和测试环境的好运鲜花要自动弹出客户列表,多个地方要同步修改,关键词 sj_pop_auto
+				if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007 || this.getLoginInfo.shopId==36523){
 					this.showCustomPop()
 				}
 			}
@@ -131,8 +131,8 @@ export default {
 					if(newValue.skCustomId && newValue.skCustomId>0){
 						this.customId = newValue.skCustomId
 						this.customName = '快捷开单'
-						//世纪花都、龙岩小林鲜花要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
-						if(newValue.shopId==30300 || newValue.shopId==15007){
+						//世纪花都、龙岩小林鲜花和测试环境的好运鲜花要自动弹出客户列表,多个地方要同步修改,关键词 sj_pop_auto
+						if(newValue.shopId==30300 || newValue.shopId==15007 || newValue.shopId==36523){
 							this.showCustomPop()
 						}
 					}
@@ -210,8 +210,8 @@ export default {
 			this.$refs.rightItemRef.refreshMyRightItem(this.customId)
 			this.getCustomData()
 			this.beginRemind()
-			//世纪花都、龙岩小林鲜花要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
-			if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007){
+			//世纪花都、龙岩小林鲜花和测试环境的好运鲜花要自动弹出客户列表,多个地方要同步修改,关键词 sj_pop_auto
+			if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007 || this.getLoginInfo.shopId==36523){
 				this.showCustomPop()
 			}
 		},

+ 1 - 0
hdApp/.gitignore

@@ -8,6 +8,7 @@ node_modules/
 # local env files
 .env.local
 .env.*.local
+.cursor
 
 # Log files
 npm-debug.log*

+ 1 - 0
hdPad/.gitignore

@@ -6,6 +6,7 @@ node_modules/
 # local env files
 .env.local
 .env.*.local
+.cursor
 
 # Log files
 npm-debug.log*

+ 1 - 0
mallApp/.gitignore

@@ -6,6 +6,7 @@ unpackage/
 # local env files
 .env.local
 .env.*.local
+.cursor
 
 # Log files
 npm-debug.log*