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
54d52ab8
Commit
54d52ab8
authored
Sep 27, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付提交
parent
a37b8423
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
index.js
config/index.js
+1
-1
index.html
dist/index.html
+1
-1
app.d64183541ae3d7fbf23c.js
dist/static/js/app.d64183541ae3d7fbf23c.js
+1
-0
main.js
src/main.js
+2
-2
No files found.
config/index.js
View file @
54d52ab8
...
...
@@ -29,7 +29,7 @@ module.exports = {
assetsPublicPath
:
'/'
,
proxyTable
:
{
'/api'
:
{
target
:
'https://wechat-
pre
.changchangenglish.com'
,
target
:
'https://wechat-
test
.changchangenglish.com'
,
changeOrigin
:
true
,
// 如果接口跨域,需要进行这个参数配置
}
},
...
...
dist/index.html
View file @
54d52ab8
...
...
@@ -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.264c50a0ebe6e6cc7af8.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.bbf2e8170bc89c783281.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.264c50a0ebe6e6cc7af8.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.d64183541ae3d7fbf23c.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
bbf2e8170bc89c783281
.js
→
dist/static/js/app.
d64183541ae3d7fbf23c
.js
View file @
54d52ab8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main.js
View file @
54d52ab8
...
...
@@ -64,10 +64,10 @@ if(window.localStorage.out_trade_no) {
router
.
push
({
name
:
"success"
,
query
:
outTradEno
});
}
clearInterval
(
timer
);
//
localStorage.removeItem('out_trade_no')
localStorage
.
removeItem
(
'out_trade_no'
)
}).
catch
(()
=>
{
clearInterval
(
timer
);
//
localStorage.removeItem('out_trade_no')
localStorage
.
removeItem
(
'out_trade_no'
)
});
}
}).
catch
(
error
=>
{
...
...
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