Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-web
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
张伯涛
enterprise-serevice-platform-web
Commits
a0ea7fe8
Commit
a0ea7fe8
authored
Oct 29, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
33c8d16b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
158 additions
and
34 deletions
+158
-34
api.js
src/views/PolicyDirect/api.js
+12
-2
policyRecommendation.vue
src/views/PolicyDirect/components/policyRecommendation.vue
+136
-22
login.vue
src/views/login/login.vue
+10
-10
No files found.
src/views/PolicyDirect/api.js
View file @
a0ea7fe8
...
...
@@ -12,14 +12,24 @@ export function getDicts(dictType) {
}
})
}
/** 通过企业名称获取数据*/
export
function
getListByName
(
data
)
{
return
request
({
url
:
'/policyRecommendation/enterpriseInfo/getEnterpriseByName/'
+
data
,
method
:
'get'
})
}
/** 点击获取报告提交表单*/
export
function
submitForm
(
data
)
{
return
request
({
url
:
'/policyRecommendation/enterpriseInfo/addOrUpdateUserEnterprise '
,
method
:
'post'
,
data
,
headers
:
{
'Content-Type'
:
'application/json'
}
})
}
export
function
listPolicy
(
data
)
{
const
{
pageNum
,
pageSize
}
=
data
return
request
({
...
...
src/views/PolicyDirect/components/policyRecommendation.vue
View file @
a0ea7fe8
This diff is collapsed.
Click to expand it.
src/views/login/login.vue
View file @
a0ea7fe8
...
...
@@ -133,16 +133,16 @@
忘记密码
</div>
</div>
<div
v-if=
"loginType === 'password' || loginType === 'phone'"
>
<div
class=
"otherWay"
>
<el-divider
/
>
<div
class=
"otherBtn"
>
其它登录方式
</div
>
<el-divider
/
>
</div
>
<div
style=
"text-align: center"
>
<img
:src=
"weixinLogo"
class=
"sc-img"
>
</div
>
</div
>
<!--
<div
v-if=
"loginType === 'password' || loginType === 'phone'"
>
--
>
<!--
<div
class=
"otherWay"
>
--
>
<!--
<el-divider
/>
--
>
<!--
<div
class=
"otherBtn"
>
其它登录方式
</div>
--
>
<!--
<el-divider
/>
--
>
<!--
</div>
--
>
<!--
<div
style=
"text-align: center"
>
--
>
<!--
<img
:src=
"weixinLogo"
class=
"sc-img"
>
--
>
<!--
</div>
--
>
<!--
</div>
--
>
</div>
</el-form>
<!-- 底部 -->
...
...
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