root hai 1 mes
pai
achega
a488c652a8

+ 2 - 2
common/config.js

@@ -1,10 +1,10 @@
 // const H5 = ''
 export const urlphoto = "https://test.jue-ming.com";
 // export const urlphoto =  'https://152.136.24.101'
-export const url = "https://guya-tech.com";
+export const url = "https://hnhong-duo.com";
 // export const url ="http://118.195.171.239";
 // export const url = "http://10.113.248.4";
-export const baseUrl = `${url}:8446/`;
+export const baseUrl = `${url}:8445/`;
 // export const baseUrl = `${url}:8090/`;
 export const photoUrl = `${urlphoto}:8849/`
 export const scoketUrl = "wss://cognitive.wistcm.com:8090/websocket/"

+ 1 - 1
manifest.json

@@ -78,7 +78,7 @@
 		"publicPath": "/webo/",
 		"router": {
 			"mode": "history",
-			"base": "/webo2/"
+			"base": "/webo/"
 		},
 		"template": "index.html",
 		"title": "谷芽解忧",

+ 1 - 1
newScale/Marriage/index.vue

@@ -333,7 +333,7 @@
 				<view class='ty_class' @click='agreeFun()'>同意并进入产品</view>
 				<view class='bty_class' @click="unAgreeFun()">不同意</view>
 			</view>
-			<a href="https://guya-tech.com/index">去首页</a>
+			<a href="https://hnhong-duo.com/index">去首页</a>
 		</view>
 	</view>
 </template>

+ 1 - 1
newScale/Senile/index.vue

@@ -333,7 +333,7 @@
 				<view class='ty_class' @click='agreeFun()'>同意并进入产品</view>
 				<view class='bty_class' @click="unAgreeFun()">不同意</view>
 			</view>
-			<a href="https://guya-tech.com/index">去首页</a>
+			<a href="https://hnhong-duo.com/index">去首页</a>
 		</view>
 	</view>
 </template>

+ 1 - 1
newScale/paymentPage/index.vue

@@ -249,7 +249,7 @@
 									})
 									.then((res) => {
 										let redirect_url = encodeURIComponent(
-											`https://guya-tech.com/webo/newScale/paymentPage/index?orderNo=${res.data.orderNo}&tName=${_this.scaleName}&resultId=${this.resultId}`
+											`https://hnhong-duo.com/webo/newScale/paymentPage/index?orderNo=${res.data.orderNo}&tName=${_this.scaleName}&resultId=${this.resultId}`
 										)
 										window.location.href = `${res.data.codeUrl}&redirect_url=${redirect_url}`;
 									});