shish 5 år sedan
förälder
incheckning
ad71c6251c
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      ghs/src/sass/shop/list.vue
  2. 1 1
      ghs/src/sass/shop/shop.vue

+ 1 - 1
ghs/src/sass/shop/list.vue

@@ -160,7 +160,7 @@ export default {
 		wxPayConfigFn() {},
 		wxPayConfigFn() {},
 		// 绑定跳转
 		// 绑定跳转
 		bindJump(url) {
 		bindJump(url) {
-			let host = `http://api.w.${getFirstHost()}`;
+			let host = `http://api.shop.${getFirstHost()}`;
 			window.open(host + url);
 			window.open(host + url);
 		},
 		},
 		// crud
 		// crud

+ 1 - 1
ghs/src/sass/shop/shop.vue

@@ -106,7 +106,7 @@
 
 
             gotoPage(type,data) {
             gotoPage(type,data) {
                 console.log(data)
                 console.log(data)
-                let host = `http://api.s.${getFirstHost()}`;
+                let host = `http://api.shop.${getFirstHost()}`;
                 let url=null
                 let url=null
                 switch (type) {
                 switch (type) {
                     case 1:
                     case 1: