dedsudiyu hai 5 días
pai
achega
cc124c5d4f
Modificáronse 3 ficheiros con 8 adicións e 6 borrados
  1. 4 4
      api/request/config.js
  2. 1 1
      manifest.json
  3. 3 1
      pages/commodityInfo.vue

+ 4 - 4
api/request/config.js

@@ -1,7 +1,7 @@
 const config = {
 	//测试
-	base_url: 'http://192.168.1.55:8080',
-	aky_url: 'https://sdaqcom.anquanyue.cn',
+	// base_url: 'http://192.168.1.55:8080',
+	// aky_url: 'https://sdaqcom.anquanyue.cn',
 	//缙云山
 	// base_url: 'https://sdaqcom.anquanyue.cn/sdaqSale',
 	// aky_url: 'https://sdaqcom.anquanyue.cn', 
@@ -9,8 +9,8 @@ const config = {
 	// base_url: 'https://qssdaq.anquanyue.cn/qssdaqSale',
 	// aky_url: 'https://qssdaq.anquanyue.cn',
 	//方斗山
-	// base_url: 'https://fdssdaq.anquanyue.cn/fdssdaqSale',
-	// aky_url: 'https://fdssdaq.anquanyue.cn',
+	base_url: 'https://fdssdaq.anquanyue.cn/fdssdaqSale',
+	aky_url: 'https://fdssdaq.anquanyue.cn',
 	APP_ID: "app_20260603181947",
 	APP_SECRET: "sk_a7f3e9d2c8b5014f6a2e9d7c3b8a5f1e",
 }

+ 1 - 1
manifest.json

@@ -71,7 +71,7 @@
     "vueVersion" : "3",
     "h5" : {
         "router" : {
-            "base" : "/"
+            "base" : "/salePoint/"
         }
     }
 }

+ 3 - 1
pages/commodityInfo.vue

@@ -103,7 +103,9 @@
 					this.$set(this, 'pageType', 1);
 				}else{
 					setTimeout(() => {
-						uni.navigateBack();
+						uni.redirectTo({
+							url: '/pages/home',
+						});
 					}, 2000);
 				}
 			},