Commit 69af6051 by 严立

0105.正式提审

parent 38827be9
......@@ -22,7 +22,7 @@ App({
globalData: {
appStatus: false,
appImageBase: '../../../image/',
appResourcesBase: 'https://sm-web.meiqicloud.com/userfiles/appResourcesS2/',
appResourcesBase: iEnvironmental.host + '/userfiles/appResourcesS2/',
shopId: iEnvironmental.shopId,
pointInfo: iEnvironmental.pointInfo,
payStateTimer: 0,
......
let Environmental = 'dev'
let Development = {
// host: 'https://sm-web.meiqicloud.com',
host: 'https://smbhyh-web.meiqicloud.com',
......@@ -34,8 +33,4 @@ let Development = {
]
}
let Production = {
host: 'https://smbhyh-web.meiqicloud.com',
}
export default Environmental === 'dev' ? Development : Production
\ No newline at end of file
export default Development
\ No newline at end of file
......@@ -75,6 +75,7 @@
<block wx:for="{{campsiteDescribe}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<image mode="widthFix" src="{{item}}"></image>
</block>
<image mode="widthFix" src="{{resourcesBase + 'campsite/bottom.png'}}"></image>
</view>
</view>
......
......@@ -75,6 +75,7 @@
<block wx:for="{{campsiteDescribe}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<image mode="widthFix" src="{{item}}"></image>
</block>
<image mode="widthFix" src="{{resourcesBase + 'campsite/bottom.png'}}"></image>
</view>
</view>
......
......@@ -39,7 +39,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.11.0",
"appid": "wx37a9b7a3d92029f2",
"appid": "wx7c468a29cb33a246",
"projectname": "%E4%B8%96%E8%8C%82%E5%B0%8F%E7%A8%8B%E5%BA%8F%E4%BA%8C%E6%9C%9F",
"debugOptions": {
"hidedInDevtools": []
......
const output = {
// 三期测试环境
baseUrl: 'https://sm-web.meiqicloud.com/api/',
// baseUrl: 'https://sm-web.meiqicloud.com/api/',
// 正式环境
// baseUrl: 'https://smbhyh-web.meiqicloud.com/api/',
baseUrl: 'https://smbhyh-web.meiqicloud.com/api/',
}
export default output
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment