zhengkaixin 3 years ago
parent
commit
e57dab83d0
3 changed files with 10 additions and 11 deletions
  1. 1 1
      .env.development
  2. 2 2
      .env.test
  3. 7 8
      src/projects/business/views-xsy/Treat/List.vue

+ 1 - 1
.env.development

@@ -2,7 +2,7 @@ NODE_ENV=devlopment
 VUE_APP_NODE_NAME=devlopment
 OUT_PUT_NAME=dev
 VUE_APP_LOCAL_STORAGE_PREFIX=dev
-VUE_APP_BACKEND_URL=https://ykt-test.xiaoxinda.com/shinestar-server/
+VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/shinestar-server/
 VUE_APP_MIRROR_BACKEND_URL=https://mirror.xiaoxinda.com/xpgjapi/
 #小鹏管家微信appid
 VUE_APP_WXAPPID=wx7e70eb62a8459869

+ 2 - 2
.env.test

@@ -2,8 +2,8 @@ NODE_ENV=production
 VUE_APP_NODE_NAME=test
 OUT_PUT_NAME=test
 VUE_APP_LOCAL_STORAGE_PREFIX=test
-VUE_APP_BACKEND_URL=https://ykt-test.xiaoxinda.com/shinestar-server/
-VUE_APP_MIRROR_BACKEND_URL=https://ykt-test.xiaoxinda.com/shinestar-server/
+VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/shinestar-server/
+VUE_APP_MIRROR_BACKEND_URL=http://ykt-test.xiaoxinda.com/shinestar-server/
 #小鹏管家微信appid
 VUE_APP_WXAPPID=wx7e70eb62a8459869
 VUE_APP_ALIAPPID=2019032063568906

+ 7 - 8
src/projects/business/views-xsy/Treat/List.vue

@@ -97,14 +97,13 @@
 					})
 				}else{
 				
-				this.$router.push({
-				 name: "XsyApprovalInfo",
-				 
-				 query: {
-				 	formId:"treatWork",
-				 	id:id
-				 }
-				})
+					this.$router.push({
+						 name: "XsyApprovalInfo",
+						 query: {
+							formId:"treatWork",
+							id:item.id
+						 }
+					})
 				}
 							
 			},