zhengkaixin 8 月之前
父節點
當前提交
30681de41d

+ 1 - 2
.env.development

@@ -4,8 +4,7 @@ OUT_PUT_NAME=dev
 VUE_APP_LOCAL_STORAGE_PREFIX=dev
 VUE_APP_BACKEND_URL=http://111.4.58.15:6060/shinestar-server
 
-##VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/shinestar-server/
-VUE_APP_MIRROR_BACKEND_URL=https://mirror.xiaoxinda.com/xpgjapi/
+VUE_APP_MIRROR_BACKEND_URL=http://111.4.58.15:6060/shinestar-server
 #小鹏管家微信appid
 VUE_APP_WXAPPID=wx7e70eb62a8459869
 VUE_APP_ALIAPPID=2019032063568906

+ 1 - 1
.env.production

@@ -3,7 +3,7 @@ VUE_APP_NODE_NAME=production
 OUT_PUT_NAME=prod
 VUE_APP_LOCAL_STORAGE_PREFIX=prod
 VUE_APP_BACKEND_URL=http://111.4.58.15:6060/shinestar-server
-VUE_APP_MIRROR_BACKEND_URL=https://mirror.xiaoxinda.com/xpgjapi/
+VUE_APP_MIRROR_BACKEND_URL=http://111.4.58.15:6060/shinestar-server
 #小鹏管家微信appid
 VUE_APP_WXAPPID=wx7e70eb62a8459869
 VUE_APP_ALIAPPID=2019032063568906

+ 1 - 1
index/business/index.html

@@ -51,6 +51,6 @@
 			})();
 		</script>
 
-		<script src="https://hm.baidu.com/hm.js?70f1b4bfc1d017e50a488b34b9dcc02c"></script>
+	<!-- 	<script src="https://hm.baidu.com/hm.js?70f1b4bfc1d017e50a488b34b9dcc02c"></script> -->
 	</body>
 </html>

+ 0 - 3
src/components/Common.vue

@@ -58,9 +58,6 @@
 		created() {
 			
 			var url=window.location.href
-			if(url&&url.indexOf('https://xpgj.jzrccs.com/')==0){
-				window.location.href="http://xpgj.jzrccs.com/prod/xsy/#/"
-			}
 			if(url&&url.indexOf('https://xpgj.hbjp.com.cn/')==0){
 				window.location.href="http://xpgj.hbjp.com.cn/prod/xsy/#/"
 			}

+ 1 - 1
src/projects/business/views-home/Home.vue

@@ -30,7 +30,7 @@
 					 })
 				} else {
 					if (process.env.VUE_APP_NODE_NAME == 'production') {
-						window.location.href = 'http://xpgj.xiaoxinda.com/xpgj/prod/home/#/select';
+						window.location.href = 'https://xpgj.hbjp.com.cn/prod/home/#/select';
 					 }else {
 						this.$router.push({
 							name: 'UserLogin',

+ 1 - 2
src/projects/business/views-xsy/Scan/Add.vue

@@ -97,8 +97,7 @@
 			
 					}
 				})
-				//_this.checkForm('http://xpgj.xiaoxinda.com/#/guest/to/info?id=60304478-a8ff-4095-b20b-a66633bd87f7')
-			
+				
 			},
 			showtime(time){
 				if(time){

+ 1 - 1
src/projects/business/views/Master/AllFun.vue

@@ -79,7 +79,7 @@
 		created() {},
 		methods: {
             goto(url){
-                window.location=url;
+                window.location.href=url;
             },
 			//引入图片
 			requirePic(file) {

+ 1 - 2
src/projects/business/views/Master/Guest/Scan.vue

@@ -115,8 +115,7 @@
 
 					}
 				})
-				//_this.checkForm('http://xpgj.xiaoxinda.com/#/guest/to/info?id=60304478-a8ff-4095-b20b-a66633bd87f7')
-
+				
 			},
 			checkForm(url) {
 				debugger

+ 1 - 1
src/projects/business/views/Master/Home.vue

@@ -204,7 +204,7 @@
 				})
 			},
 			getDown(){
-				var url='http://xpgj.xiaoxinda.com/xpgj/xsy-file/%E5%BE%AE%E4%BF%A1%E6%93%8D%E4%BD%9C.html';
+				var url='http://xpgj.hbjp.com.cn/prod/xsy-file/%E5%BE%AE%E4%BF%A1%E6%93%8D%E4%BD%9C.html';
 				 window.open(url);
 			},
             goto(url){

+ 1 - 1
src/utils/request.js

@@ -19,7 +19,7 @@ if (process.env.VUE_APP_NODE_NAME == 'devlopment') {
 		// BACKEND_URL='http://192.168.33.220:8086/shinestar-server';
 		// BACKEND_URL='http://192.168.33.90:8086/shinestar-server';
 		
-		//BACKEND_URL="https://ykt-test.xiaoxinda.com/shinestar-server/"
+		
 		//BACKEND_URL='http://111.4.58.15:6060/shinestar-server';
 		
 	//	BACKEND_URL='http://192.168.11.120:8086/shinestar-server';

+ 2 - 2
src/utils/request2.js

@@ -19,8 +19,8 @@ if (process.env.VUE_APP_NODE_NAME == 'devlopment') {
 		// BACKEND_URL='http://192.168.12.120:8086/shinestar-server';
 		// BACKEND_URL='http://192.168.33.90:8086/shinestar-server';
 		
-	//	BACKEND_URL="https://ykt-test.xiaoxinda.com/shinestar-server/"
-		BACKEND_URL='http://223.75.170.44:6060/shinestar-server';
+	
+		//BACKEND_URL='http://223.75.170.44:6060/shinestar-server';
 		
 }
 

+ 2 - 1
src/utils/storage.js

@@ -55,8 +55,9 @@ export const getOpenId = () => get('wx_openid')
 export const setOpenId = (data) => set('wx_openid', data)
 if (process.env.VUE_APP_NODE_NAME == 'devlopment') {
 	setOpenId("oHjCawigqi8SEAwutwkQ-VEgdp3k")//zkx
-	// setOpenId("oHjCawmHqG44pqUW54iBlenaHYB8")//ys
+	 setOpenId("oHjCawmHqG44pqUW54iBlenaHYB8")//ys
 	// setOpenId("oHjCawg-PDb2fohr1dW4ID4RblYc")//fll
+	//setOpenId("oHjCawjaYacZd7Hd7P2sfEm1O1W4")
 	
 }
 export const getUserId = () => get('ali_openid')