root 1 month ago
parent
commit
a488c652a8
5 changed files with 6 additions and 6 deletions
  1. 2 2
      common/config.js
  2. 1 1
      manifest.json
  3. 1 1
      newScale/Marriage/index.vue
  4. 1 1
      newScale/Senile/index.vue
  5. 1 1
      newScale/paymentPage/index.vue

+ 2 - 2
common/config.js

@@ -1,10 +1,10 @@
 // const H5 = ''
 // const H5 = ''
 export const urlphoto = "https://test.jue-ming.com";
 export const urlphoto = "https://test.jue-ming.com";
 // export const urlphoto =  'https://152.136.24.101'
 // 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://118.195.171.239";
 // export const url = "http://10.113.248.4";
 // 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 baseUrl = `${url}:8090/`;
 export const photoUrl = `${urlphoto}:8849/`
 export const photoUrl = `${urlphoto}:8849/`
 export const scoketUrl = "wss://cognitive.wistcm.com:8090/websocket/"
 export const scoketUrl = "wss://cognitive.wistcm.com:8090/websocket/"

+ 1 - 1
manifest.json

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

+ 1 - 1
newScale/Marriage/index.vue

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

+ 1 - 1
newScale/Senile/index.vue

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

+ 1 - 1
newScale/paymentPage/index.vue

@@ -249,7 +249,7 @@
 									})
 									})
 									.then((res) => {
 									.then((res) => {
 										let redirect_url = encodeURIComponent(
 										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}`;
 										window.location.href = `${res.data.codeUrl}&redirect_url=${redirect_url}`;
 									});
 									});