Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
h5-base
Commits
7bb4ae5d
Commit
7bb4ae5d
authored
Jan 09, 2019
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化+数据显示
parent
4d968412
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.js
config/index.js
+1
-1
inviteList.vue
src/components/buy/inviteList.vue
+2
-1
No files found.
config/index.js
View file @
7bb4ae5d
...
@@ -18,7 +18,7 @@ module.exports = {
...
@@ -18,7 +18,7 @@ module.exports = {
}
}
},
},
// Various Dev Server settings
// Various Dev Server settings
host
:
'192.168.31.
242
'
,
// can be overwritten by process.env.HOST
host
:
'192.168.31.
169
'
,
// can be overwritten by process.env.HOST
port
:
8085
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
port
:
8085
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser
:
false
,
autoOpenBrowser
:
false
,
errorOverlay
:
true
,
errorOverlay
:
true
,
...
...
src/components/buy/inviteList.vue
View file @
7bb4ae5d
...
@@ -50,7 +50,8 @@
...
@@ -50,7 +50,8 @@
page
:
1
,
page
:
1
,
limit
:
100
limit
:
100
}
}
getInviteListApi
(
json
).
then
(
res
=>
{
let
id
=
this
.
$route
.
query
.
shopId
;
getInviteListApi
(
json
,
id
).
then
(
res
=>
{
this
.
inviteList
=
res
.
list
this
.
inviteList
=
res
.
list
console
.
log
(
'inviteList'
,
res
.
list
)
console
.
log
(
'inviteList'
,
res
.
list
)
});
});
...
...
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