mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
修改域名
This commit is contained in:
parent
ffa2fd740b
commit
9aa3db2363
@ -10,9 +10,9 @@ App({
|
||||
// DOMAIN_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: 'https://baoxiu.jsgdha.com/shoot-hand', //接口域名
|
||||
IMG_NAME: 'https://baoxiu.jsgdha.com/shoot-hand',
|
||||
DOMAIN_NAME_PREFIX: 'https://jgsw.haxy.com.cn/shoot-hand',
|
||||
DOMAIN_NAME: 'https://jgsw.haxy.com.cn/shoot-hand', //接口域名
|
||||
IMG_NAME: 'https://jgsw.haxy.com.cn/shoot-hand',
|
||||
// DOMAIN_NAME_PREFIX: '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',
|
||||
|
@ -6,14 +6,13 @@ Page({
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
'HOST': app.DOMAIN_NAME + '/wxbind/index'
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -1 +1 @@
|
||||
<web-view src="https://baoxiu.jsgdha.com/shoot-hand/wxbind/index"></web-view>
|
||||
<web-view src="{{ HOST }}"></web-view>
|
Loading…
x
Reference in New Issue
Block a user