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
74a00e9e
Commit
74a00e9e
authored
Aug 30, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
830
parent
cd89a367
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
54 additions
and
6 deletions
+54
-6
index.html
dist/index.html
+1
-1
app.5c9c5270cde6f6c592ec.js
dist/static/js/app.5c9c5270cde6f6c592ec.js
+1
-0
app.c1fd4355e486e026fd8a.js
dist/static/js/app.c1fd4355e486e026fd8a.js
+0
-1
vendor.eb2fd737d78619d0ba95.js
dist/static/js/vendor.eb2fd737d78619d0ba95.js
+48
-0
main.js
src/main.js
+3
-3
index.js
src/service/index.js
+1
-1
No files found.
dist/index.html
View file @
74a00e9e
...
@@ -11,4 +11,4 @@
...
@@ -11,4 +11,4 @@
position
:
fixed
;
position
:
fixed
;
background
:
#f4f4f4
;
background
:
#f4f4f4
;
}
}
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.f983055a19b69eb54137ee36031e8a72.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></script><script
type=
text/javascript
src=
static/js/manifest.06320bc7b226963a0ea3.js
></script><script
type=
text/javascript
src=
static/js/vendor.25be221f36f388c88178.js
></script><script
type=
text/javascript
src=
static/js/app.c1fd4355e486e026fd8a.js
></script></body></html>
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.f983055a19b69eb54137ee36031e8a72.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></script><script
type=
text/javascript
src=
static/js/manifest.06320bc7b226963a0ea3.js
></script><script
type=
text/javascript
src=
static/js/vendor.eb2fd737d78619d0ba95.js
></script><script
type=
text/javascript
src=
static/js/app.5c9c5270cde6f6c592ec.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
dist/static/js/app.5c9c5270cde6f6c592ec.js
0 → 100644
View file @
74a00e9e
This diff is collapsed.
Click to expand it.
dist/static/js/app.c1fd4355e486e026fd8a.js
deleted
100644 → 0
View file @
cd89a367
This diff is collapsed.
Click to expand it.
dist/static/js/vendor.
25be221f36f388c88178
.js
→
dist/static/js/vendor.
eb2fd737d78619d0ba95
.js
View file @
74a00e9e
This diff is collapsed.
Click to expand it.
src/main.js
View file @
74a00e9e
...
@@ -41,9 +41,9 @@ Vue.component('scroll', scroll);
...
@@ -41,9 +41,9 @@ Vue.component('scroll', scroll);
// }
// }
Vue
.
prototype
.
$common
=
common
Vue
.
prototype
.
$common
=
common
//
if (process.env.NODE_ENV != 'production') {
if
(
process
.
env
.
NODE_ENV
!=
'production'
)
{
//
new VConsole();
new
VConsole
();
//
}
}
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
next
()
next
()
...
...
src/service/index.js
View file @
74a00e9e
...
@@ -175,7 +175,7 @@ export function fetch(url, params = {}) {
...
@@ -175,7 +175,7 @@ export function fetch(url, params = {}) {
// console.log(url)
// console.log(url)
// console.log(process.env.API_URL+'api/client/user/bind/chance')
// console.log(process.env.API_URL+'api/client/user/bind/chance')
if
(
url
==
process
.
env
.
API_URL
+
'api/client/user/bind/chance'
||
url
==
process
.
env
.
API_URL
+
'api/client/me'
){
if
(
url
==
process
.
env
.
API_URL
+
'api/client/user/bind/chance'
||
url
==
process
.
env
.
API_URL
+
'api/client/me'
){
alert
(
response
.
data
.
code
+
'url'
)
alert
(
response
.
data
.
code
+
url
)
}
}
if
(
response
.
data
.
code
===
200
)
{
if
(
response
.
data
.
code
===
200
)
{
resolve
(
response
.
data
.
data
);
resolve
(
response
.
data
.
data
);
...
...
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