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
be3fee4f
Commit
be3fee4f
authored
5 years ago
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
星星自己测试ok
parent
84b1d09e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
53 additions
and
4 deletions
+53
-4
index.html
dist/index.html
+1
-1
app.4c45fe08585867bb30ee.js
dist/static/js/app.4c45fe08585867bb30ee.js
+1
-0
vendor.e4eb38428ad1549116b0.js
dist/static/js/vendor.e4eb38428ad1549116b0.js
+48
-0
main.js
src/main.js
+3
-3
No files found.
dist/index.html
View file @
be3fee4f
...
...
@@ -11,4 +11,4 @@
position
:
fixed
;
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.9bbc3ca82356aca77f70.js
></script><script
type=
text/javascript
src=
static/js/vendor.36d83e6884bff4a7bb8f.js
></script><script
type=
text/javascript
src=
static/js/app.97369744bc9ef1c0e5d9.js
></script></body></html>
\ No newline at end of file
/* 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.9bbc3ca82356aca77f70.js
></script><script
type=
text/javascript
src=
static/js/vendor.e4eb38428ad1549116b0.js
></script><script
type=
text/javascript
src=
static/js/app.4c45fe08585867bb30ee.js
></script></body></html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dist/static/js/app.
97369744bc9ef1c0e5d9
.js
→
dist/static/js/app.
4c45fe08585867bb30ee
.js
View file @
be3fee4f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
dist/static/js/vendor.
36d83e6884bff4a7bb8f
.js
→
dist/static/js/vendor.
e4eb38428ad1549116b0
.js
View file @
be3fee4f
This diff is collapsed.
Click to expand it.
src/main.js
View file @
be3fee4f
...
...
@@ -39,9 +39,9 @@ Vue.config.errorHandler = errorHandler;
Vue
.
prototype
.
$throw
=
(
error
)
=>
errorHandler
(
error
,
this
);
Vue
.
prototype
.
$common
=
common
//VConsole关闭屏蔽代码
//
if (process.env.NODE_ENV != 'production') {
//
new VConsole();
//
}
if
(
process
.
env
.
NODE_ENV
!=
'production'
)
{
new
VConsole
();
}
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
next
()
...
...
This diff is collapsed.
Click to expand it.
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