修改域名

This commit is contained in:
unknown 2024-11-05 15:28:55 +08:00
parent ffa2fd740b
commit 9aa3db2363
3 changed files with 5 additions and 6 deletions

View File

@ -10,9 +10,9 @@ App({
// DOMAIN_NAME: 'http://192.168.0.30:9227', //接口域名 // DOMAIN_NAME: 'http://192.168.0.30:9227', //接口域名
// IMG_NAME: 'http://192.168.0.30:9227', // IMG_NAME: 'http://192.168.0.30:9227',
// 生产 // 生产
DOMAIN_NAME_PREFIX: 'https://baoxiu.jsgdha.com/shoot-hand', DOMAIN_NAME_PREFIX: 'https://jgsw.haxy.com.cn/shoot-hand',
DOMAIN_NAME: 'https://baoxiu.jsgdha.com/shoot-hand', //接口域名 DOMAIN_NAME: 'https://jgsw.haxy.com.cn/shoot-hand', //接口域名
IMG_NAME: 'https://baoxiu.jsgdha.com/shoot-hand', IMG_NAME: 'https://jgsw.haxy.com.cn/shoot-hand',
// DOMAIN_NAME_PREFIX: 'https://company.haxy.com.cn:4443/shoot-hand', // DOMAIN_NAME_PREFIX: 'https://company.haxy.com.cn:4443/shoot-hand',
// DOMAIN_NAME: 'https://company.haxy.com.cn:4443/shoot-hand', //接口域名 // DOMAIN_NAME: 'https://company.haxy.com.cn:4443/shoot-hand', //接口域名
// IMG_NAME: 'https://company.haxy.com.cn:4443/shoot-hand', // IMG_NAME: 'https://company.haxy.com.cn:4443/shoot-hand',

View File

@ -6,14 +6,13 @@ Page({
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
'HOST': app.DOMAIN_NAME + '/wxbind/index'
}, },
/** /**
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad(options) { onLoad(options) {
}, },
/** /**

View File

@ -1 +1 @@
<web-view src="https://baoxiu.jsgdha.com/shoot-hand/wxbind/index"></web-view> <web-view src="{{ HOST }}"></web-view>