Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
69af6051
authored
Jan 05, 2021
by
严立
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
0105.正式提审
parent
38827be9
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
11 deletions
app.js
environmental.js
pages/campsite/home-mirror/home-mirror.wxml
pages/campsite/home/home.wxml
project.config.json
utils/request/option.js
app.js
View file @
69af6051
...
...
@@ -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
,
...
...
environmental.js
View file @
69af6051
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
pages/campsite/home-mirror/home-mirror.wxml
View file @
69af6051
...
...
@@ -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>
...
...
pages/campsite/home/home.wxml
View file @
69af6051
...
...
@@ -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>
...
...
project.config.json
View file @
69af6051
...
...
@@ -39,7 +39,7 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.11.0"
,
"appid"
:
"wx
37a9b7a3d92029f2
"
,
"appid"
:
"wx
7c468a29cb33a246
"
,
"projectname"
:
"%E4%B8%96%E8%8C%82%E5%B0%8F%E7%A8%8B%E5%BA%8F%E4%BA%8C%E6%9C%9F"
,
"debugOptions"
:
{
"hidedInDevtools"
:
[]
...
...
utils/request/option.js
View file @
69af6051
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment