Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wxapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
wxapp
Commits
8ea03b2d
Commit
8ea03b2d
authored
Dec 06, 2018
by
汪睦雄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修改
parent
d0a1bf1c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
pages/auth/index.js
+1
-1
project.config.json
+2
-1
utils/Config.js
+10
-3
No files found.
pages/auth/index.js
View file @
8ea03b2d
...
...
@@ -32,7 +32,7 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow
:
function
()
{
},
handleWxAuth
:
function
(
event
)
{
...
...
project.config.json
View file @
8ea03b2d
...
...
@@ -9,7 +9,8 @@
"postcss"
:
true
,
"minified"
:
true
,
"newFeature"
:
true
,
"nodeModules"
:
false
"nodeModules"
:
false
,
"autoAudits"
:
false
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.3.2"
,
...
...
utils/Config.js
View file @
8ea03b2d
// export const Config = {
// apiPath: "https://app.maveler.com/api/",
// mobPath: "https://app.maveler.com/mob/",
// shopJoinPath: "https://app.maveler.com/mob/Index/shopjoin"
// }
export
const
Config
=
{
apiPath
:
"https://
app.maveler
.com/api/"
,
mobPath
:
"https://
app.maveler
.com/mob/"
,
shopJoinPath
:
"https://
app.maveler
.com/mob/Index/shopjoin"
apiPath
:
"https://
mavaler.jqhulian
.com/api/"
,
mobPath
:
"https://
mavaler.jqhulian
.com/mob/"
,
shopJoinPath
:
"https://
mavaler.jqhulian
.com/mob/Index/shopjoin"
}
export
default
Config
\ 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