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
b928033e
Commit
b928033e
authored
Jun 06, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64
parent
7c46afed
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
dev/index.html
+1
-1
app.d177755c699da5e9031d.js
dev/static/js/app.d177755c699da5e9031d.js
+0
-1
app.e081a380b59fd2f75a6e.js
dev/static/js/app.e081a380b59fd2f75a6e.js
+1
-0
api.js
src/service/api.js
+1
-1
No files found.
dev/index.html
View file @
b928033e
...
...
@@ -6,4 +6,4 @@
overflow
:
hidden
;
position
:
fixed
;
background
:
#f4f4f4
;
}
</style><link
href=
static/css/app.3c0ad5f24e07150c06bc3b21fbd29d4b.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script
src=
static/vconsole/vconsole.min.js
></script><script
type=
text/javascript
src=
static/js/manifest.a9f69f79dae2b6249eeb.js
></script><script
type=
text/javascript
src=
static/js/vendor.1396ea78033e4259211e.js
></script><script
type=
text/javascript
src=
static/js/app.d177755c699da5e9031d.js
></script></body></html>
\ No newline at end of file
}
</style><link
href=
static/css/app.3c0ad5f24e07150c06bc3b21fbd29d4b.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script
src=
static/vconsole/vconsole.min.js
></script><script
type=
text/javascript
src=
static/js/manifest.a9f69f79dae2b6249eeb.js
></script><script
type=
text/javascript
src=
static/js/vendor.1396ea78033e4259211e.js
></script><script
type=
text/javascript
src=
static/js/app.e081a380b59fd2f75a6e.js
></script></body></html>
\ No newline at end of file
dev/static/js/app.d177755c699da5e9031d.js
deleted
100644 → 0
View file @
7c46afed
This diff is collapsed.
Click to expand it.
dev/static/js/app.e081a380b59fd2f75a6e.js
0 → 100644
View file @
b928033e
This diff is collapsed.
Click to expand it.
src/service/api.js
View file @
b928033e
...
...
@@ -291,6 +291,6 @@ export const mainAccountinfoApi = function (authorization) {
};
//查询子账户信息
export
const
searchAccountinfoApi
=
function
(
authorization
)
{
return
Vue
.
prototype
.
$fetch
(
`/user/click/link/
${
authorization
}
`
)
return
Vue
.
prototype
.
$fetch
(
`/
api/client/
user/click/link/
${
authorization
}
`
)
};
// /user/click/link/
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