zhengkaixin 3 anni fa
parent
commit
e696063ef1
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      .env.prod.js
  2. 1 1
      .env.test.js
  3. 1 1
      pages/index/main-zkx.vue

+ 1 - 1
.env.prod.js

@@ -1,5 +1,5 @@
 const UNI_APP = {  	
-    BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
+	BASE_URL: 'https://charging.xiaoxinda.com/making-friends-server/',
 	NODE_ENV :"prod",
 	SIMPLE_RUN:false,
 	openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",//测试用openId

+ 1 - 1
.env.test.js

@@ -1,7 +1,7 @@
 const UNI_APP = {  
     // BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
 	//BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
-    BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
+	BASE_URL: 'https://charging.xiaoxinda.com/making-friends-server/',
    
 
 	NODE_ENV :"test",

+ 1 - 1
pages/index/main-zkx.vue

@@ -23,7 +23,7 @@
 			gotoMain(k){
 				if(k){
 					uni.navigateTo({
-						url:"pagesA/pages/login/index"
+						url:"/pagesA/pages/login/index"
 					})
 				}else{
 					uni.switchTab({