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
418b491e
Commit
418b491e
authored
Mar 18, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuin' into uat
parents
e618557f
a70b7c30
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
4 deletions
+34
-4
logintitle.png
src/assets/login/logintitle.png
+0
-0
regester.png
src/assets/login/regester.png
+0
-0
login.vue
src/pages/login.vue
+1
-1
regiester2.vue
src/pages/regiester2.vue
+1
-1
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+32
-2
No files found.
src/assets/login/logintitle.png
0 → 100644
View file @
418b491e
56.1 KB
src/assets/login/regester.png
0 → 100644
View file @
418b491e
12.6 KB
src/pages/login.vue
View file @
418b491e
...
...
@@ -13,7 +13,7 @@
</transition>
<div
class=
"bird-icon"
/>
<div
class=
"login-wrap"
>
<img
class=
"title"
src=
"../assets/login/title.png"
>
<img
class=
"title"
src=
"../assets/login/
login
title.png"
>
<div
class=
"pwd"
>
<div
class=
"pwd-input"
>
<input
...
...
src/pages/regiester2.vue
View file @
418b491e
...
...
@@ -7,7 +7,7 @@
</div>
<div
class=
"box"
>
<div
class=
"box-content"
>
<img
class=
"register-title"
src=
"../assets/login/reg
-logo
.png"
>
<img
class=
"register-title"
src=
"../assets/login/reg
ester
.png"
>
<div
class=
"reg-item"
>
<img
src=
"../assets/login/reg-user.png"
class=
"left-icon"
>
<input
v-model=
"phone_number"
placeholder=
"请输入手机号码"
>
...
...
src/pages/userBindNew/org/baseInfo.vue
View file @
418b491e
...
...
@@ -617,8 +617,38 @@ export default {
}
vm
.
isMultiRole
=
vm
.
$route
.
params
.
isMultiRole
window
.
localStorage
.
setItem
(
'from'
,
true
)
vm
.
baseInfo
=
{}
vm
.
authMsg
=
{}
vm
.
baseInfo
=
{
agent_username
:
''
,
district_id
:
''
,
district_name
:
''
,
province_name
:
''
,
province_id
:
''
,
city_name
:
''
,
city_id
:
''
,
bp_type
:
''
,
bp_type_n
:
''
,
bp_name
:
''
,
phone
:
''
,
auth_flag
:
'N'
,
user_phone
:
window
.
localStorage
.
user_phone
,
legal_person
:
''
,
enterprise_type
:
''
,
business_address
:
''
,
registered_place
:
''
,
organization_code
:
''
,
registered_capital
:
''
,
// business_license_num: '',
bp_class
:
vm
.
$route
.
params
.
bp_class
,
}
vm
.
authMsg
=
{
auth_person_name
:
''
,
auth_person_matter
:
''
,
auth_person_id_card
:
''
,
auth_cell_phone
:
''
,
auth_person_position
:
''
,
auth_id_card_date_from
:
''
,
// 授权人身份证有效期从
auth_id_card_date_to
:
''
,
// 授权人身份证有效期到
}
vm
.
multiBpTypeSelectList
=
[]
// 选择的角色
vm
.
multiRoleList
=
[]
// 查询的角色
vm
.
bp_id
=
vm
.
$route
.
params
.
bp_id
...
...
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