فهرست منبع

Merge branch 'master' into ls

shish 1 سال پیش
والد
کامیت
4f605fd6ec
6فایلهای تغییر یافته به همراه12 افزوده شده و 6 حذف شده
  1. 1 0
      ghsApp/.gitignore
  2. 2 0
      ghsPad/.gitignore
  3. 6 6
      ghsPad/src/pages/home/cash.vue
  4. 1 0
      hdApp/.gitignore
  5. 1 0
      hdPad/.gitignore
  6. 1 0
      mallApp/.gitignore

+ 1 - 0
ghsApp/.gitignore

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

+ 2 - 0
ghsPad/.gitignore

@@ -4,6 +4,8 @@ node_modules/
 # local env files
 # local env files
 .env.local
 .env.local
 .env.*.local
 .env.*.local
+.cursor
+
 /dist
 /dist
 # Log files
 # Log files
 npm-debug.log*
 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){
 			if(this.getLoginInfo.skCustomId && this.getLoginInfo.skCustomId>0){
 				this.customId = this.getLoginInfo.skCustomId
 				this.customId = this.getLoginInfo.skCustomId
 				this.customName = '快捷开单'
 				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()
 					this.showCustomPop()
 				}
 				}
 			}
 			}
@@ -131,8 +131,8 @@ export default {
 					if(newValue.skCustomId && newValue.skCustomId>0){
 					if(newValue.skCustomId && newValue.skCustomId>0){
 						this.customId = newValue.skCustomId
 						this.customId = newValue.skCustomId
 						this.customName = '快捷开单'
 						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()
 							this.showCustomPop()
 						}
 						}
 					}
 					}
@@ -210,8 +210,8 @@ export default {
 			this.$refs.rightItemRef.refreshMyRightItem(this.customId)
 			this.$refs.rightItemRef.refreshMyRightItem(this.customId)
 			this.getCustomData()
 			this.getCustomData()
 			this.beginRemind()
 			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()
 				this.showCustomPop()
 			}
 			}
 		},
 		},

+ 1 - 0
hdApp/.gitignore

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

+ 1 - 0
hdPad/.gitignore

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

+ 1 - 0
mallApp/.gitignore

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