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
26e69653
Commit
26e69653
authored
Jun 05, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64
parent
808b2268
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
index.html
dev/index.html
+1
-1
app.9345699cf359a4781d03.js
dev/static/js/app.9345699cf359a4781d03.js
+0
-1
app.9e47c6535bb9d48aea1a.js
dev/static/js/app.9e47c6535bb9d48aea1a.js
+1
-0
main.js
src/main.js
+4
-4
No files found.
dev/index.html
View file @
26e69653
...
...
@@ -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.8bbaf0d14e53a1e42f3a.js
></script><script
type=
text/javascript
src=
static/js/vendor.f1150491c402570fd81f.js
></script><script
type=
text/javascript
src=
static/js/app.9345699cf359a4781d03.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.8bbaf0d14e53a1e42f3a.js
></script><script
type=
text/javascript
src=
static/js/vendor.f1150491c402570fd81f.js
></script><script
type=
text/javascript
src=
static/js/app.9e47c6535bb9d48aea1a.js
></script></body></html>
\ No newline at end of file
dev/static/js/app.9345699cf359a4781d03.js
deleted
100644 → 0
View file @
808b2268
This diff is collapsed.
Click to expand it.
dev/static/js/app.9e47c6535bb9d48aea1a.js
0 → 100644
View file @
26e69653
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main.js
View file @
26e69653
...
...
@@ -9,7 +9,7 @@ import VueClipboard from 'vue-clipboard2'
import
sa
from
'sa-sdk-javascript'
;
import
'mint-ui/lib/style.css'
import
scroll
from
"./base/scroll/scroll"
//
import VConsole from "../static/vConsole/vConsole.min.js"
import
VConsole
from
"../static/vConsole/vConsole.min.js"
import
{
Popup
,
Lazyload
,
Button
,
Dialog
}
from
'vant'
;
Vue
.
config
.
productionTip
=
false
;
Vue
.
prototype
.
$sa
=
sa
;
...
...
@@ -39,9 +39,9 @@ Vue.component('scroll', scroll);
/* eslint-disable no-new */
//
if(process.env.NODE_ENV != 'production'){
//
var vConsole = new VConsole();
//
}
if
(
process
.
env
.
NODE_ENV
!=
'production'
){
var
vConsole
=
new
VConsole
();
}
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
// chrome
if
(
document
.
body
.
scrollTop
!==
'undefined'
){
...
...
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