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
e324454c
Commit
e324454c
authored
Jun 25, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
625
parent
1cb4eebc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
dev/index.html
+1
-1
app.ce97be89683cd91247e9.js
dev/static/js/app.ce97be89683cd91247e9.js
+1
-1
main.js
src/main.js
+3
-3
No files found.
dev/index.html
View file @
e324454c
...
@@ -10,4 +10,4 @@
...
@@ -10,4 +10,4 @@
overflow
:
hidden
;
overflow
:
hidden
;
position
:
fixed
;
position
:
fixed
;
background
:
#f4f4f4
;
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></script><script
type=
text/javascript
src=
static/js/manifest.0d72cd3d03e0743a2dec.js
></script><script
type=
text/javascript
src=
static/js/vendor.a5a943cd8fb34eed2a77.js
></script><script
type=
text/javascript
src=
static/js/app.b2d3cf39b5590d24c82b.js
></script></body></html>
}
</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></script><script
type=
text/javascript
src=
static/js/manifest.0d72cd3d03e0743a2dec.js
></script><script
type=
text/javascript
src=
static/js/vendor.a5a943cd8fb34eed2a77.js
></script><script
type=
text/javascript
src=
static/js/app.ce97be89683cd91247e9.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
dev/static/js/app.
b2d3cf39b5590d24c82b
.js
→
dev/static/js/app.
ce97be89683cd91247e9
.js
View file @
e324454c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main.js
View file @
e324454c
...
@@ -41,9 +41,9 @@ Vue.component('scroll', scroll);
...
@@ -41,9 +41,9 @@ Vue.component('scroll', scroll);
/* eslint-disable no-new */
/* eslint-disable no-new */
//
if(process.env.NODE_ENV != 'production'){
if
(
process
.
env
.
NODE_ENV
!=
'production'
){
//
var vConsole = new VConsole();
var
vConsole
=
new
VConsole
();
//
}
}
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
next
()
next
()
...
...
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