Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
f198171e
Commit
f198171e
authored
Nov 12, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'样式'
parent
b037cac2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
694 additions
and
688 deletions
+694
-688
login.vue
src/pages/login.vue
+2
-0
pay-entry.vue
src/pages/pay/payment/pay-entry.vue
+692
-687
index.js
src/router/index.js
+0
-1
No files found.
src/pages/login.vue
View file @
f198171e
...
...
@@ -111,9 +111,11 @@ export default {
}
},
registerNew
:
function
()
{
document
.
getElementById
(
'passwordInput'
).
blur
()
this
.
$router
.
push
(
'regiester2'
)
},
pwdForgotten
:
function
()
{
document
.
getElementById
(
'passwordInput'
).
blur
()
this
.
$router
.
push
(
'pwd-forgot'
)
},
clearAccount
:
function
()
{
...
...
src/pages/pay/payment/pay-entry.vue
View file @
f198171e
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
f198171e
...
...
@@ -251,7 +251,6 @@ export default new Router({
{
path
:
'/drawback-detail'
,
component
:
DrawbackDetail
,
name
:
'DrawbackDetail'
,
meta
:
{
keepAlive
:
false
}},
// 视屏面签
{
path
:
'/video-sign'
,
component
:
VideoSign
,
name
:
'VideoSign'
,
meta
:
{
keepAlive
:
true
}},
],
scrollBehavior
(
to
,
from
,
savedPosition
)
{
if
(
to
.
hash
)
{
...
...
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