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
fc89c6fc
Commit
fc89c6fc
authored
Oct 08, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付提交
parent
1f5e4593
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
54 additions
and
5 deletions
+54
-5
index.html
dist/index.html
+1
-1
app.f26053f14a17899ff309.js
dist/static/js/app.f26053f14a17899ff309.js
+1
-0
vendor.7db1a6fce01e8076ed09.js
dist/static/js/vendor.7db1a6fce01e8076ed09.js
+48
-0
main.js
src/main.js
+3
-3
index.js
src/router/index.js
+1
-1
No files found.
dist/index.html
View file @
fc89c6fc
...
...
@@ -11,4 +11,4 @@
position
:
fixed
;
background
:
#f4f4f4
;
}
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.ed6d1273dc8c2d144766934b011e5890.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.7537c68e7ce1ad759bb9.js
></script><script
type=
text/javascript
src=
static/js/vendor.be909d24212ec54b52bb.js
></script><script
type=
text/javascript
src=
static/js/app.190050eeea8adc8de758.js
></script></body></html>
\ No newline at end of file
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.ed6d1273dc8c2d144766934b011e5890.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.7537c68e7ce1ad759bb9.js
></script><script
type=
text/javascript
src=
static/js/vendor.7db1a6fce01e8076ed09.js
></script><script
type=
text/javascript
src=
static/js/app.f26053f14a17899ff309.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
190050eeea8adc8de758
.js
→
dist/static/js/app.
f26053f14a17899ff309
.js
View file @
fc89c6fc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/static/js/vendor.
be909d24212ec54b52bb
.js
→
dist/static/js/vendor.
7db1a6fce01e8076ed09
.js
View file @
fc89c6fc
This diff is collapsed.
Click to expand it.
src/main.js
View file @
fc89c6fc
...
...
@@ -91,9 +91,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
()
...
...
src/router/index.js
View file @
fc89c6fc
...
...
@@ -653,7 +653,7 @@ router.beforeEach((to, from, next) => {
if
(
micromessenger
==
2
){
alert
(
"支付成功啦,请回到唱唱公众号继续操作!"
)
// location.href = "https://wechat-pre.changchangenglish.com/#/weixin"
location
.
href
=
"https://
cdn.singsingenglish.com/changchang/guanwang/footer
.png"
location
.
href
=
"https://
static-cdn.changchangenglish.com/public/images/alipay_success
.png"
return
;
}
...
...
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