Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-people
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
binhai-jiaoguan
binhai-people
Commits
55172051
Commit
55172051
authored
Nov 22, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页 文字
parent
7b48419e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
header.vue
src/layout/components/header.vue
+1
-1
index.vue
src/views/Home/index.vue
+8
-8
No files found.
src/layout/components/header.vue
View file @
55172051
...
...
@@ -20,7 +20,7 @@
<div
style=
"background-color: #707070;width: 1px;height: 18px;margin: 0 16px"
/>
<!--
<span
style=
"cursor: pointer;"
>
个人注册
</span>
-->
<router-link
:to=
"'/personalCenter/registration'"
>
<span>
立即
注册
</span>
<span>
个人
注册
</span>
</router-link>
</div>
<div
v-if=
"haveToken"
style=
"display: flex;"
>
...
...
src/views/Home/index.vue
View file @
55172051
...
...
@@ -551,7 +551,7 @@ export default {
this
.
$router
.
push
({
name
:
'myServiceIndex'
})
}
else
{
this
.
$confirm
(
'您还未登录请先登录!'
,
'提示'
,
{
confirmButtonText
:
'前往登
陆
'
,
confirmButtonText
:
'前往登
录
'
,
cancelButtonText
:
'暂不登录'
,
type
:
'warning'
}).
then
(()
=>
{
...
...
@@ -565,7 +565,7 @@ export default {
this
.
$router
.
push
({
name
:
'addComplaint'
,
params
:
{
serviceType
:
'1'
}})
}
else
{
this
.
$confirm
(
'您还未登录请先登录!'
,
'提示'
,
{
confirmButtonText
:
'前往登
陆
'
,
confirmButtonText
:
'前往登
录
'
,
cancelButtonText
:
'暂不登录'
,
type
:
'warning'
}).
then
(()
=>
{
...
...
@@ -579,8 +579,8 @@ export default {
this
.
$router
.
push
({
name
:
'addComplaint'
,
params
:
{
serviceType
:
'2'
}})
}
else
{
this
.
$confirm
(
'您还未登录请先登录!'
,
'提示'
,
{
confirmButtonText
:
'前往登
陆
'
,
cancelButtonText
:
'
咱
不登录'
,
confirmButtonText
:
'前往登
录
'
,
cancelButtonText
:
'
暂
不登录'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
$router
.
push
({
path
:
'/personalCenter/login'
})
...
...
@@ -593,8 +593,8 @@ export default {
this
.
$router
.
push
({
name
:
'addComplaint'
,
params
:
{
serviceType
:
'3'
}})
}
else
{
this
.
$confirm
(
'您还未登录请先登录!'
,
'提示'
,
{
confirmButtonText
:
'前往登
陆
'
,
cancelButtonText
:
'
咱
不登录'
,
confirmButtonText
:
'前往登
录
'
,
cancelButtonText
:
'
暂
不登录'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
$router
.
push
({
path
:
'/personalCenter/login'
})
...
...
@@ -607,8 +607,8 @@ export default {
this
.
$router
.
push
({
name
:
'addComplaint'
,
params
:
{
serviceType
:
'4'
}})
}
else
{
this
.
$confirm
(
'您还未登录请先登录!'
,
'提示'
,
{
confirmButtonText
:
'前往登
陆
'
,
cancelButtonText
:
'
咱
不登录'
,
confirmButtonText
:
'前往登
录
'
,
cancelButtonText
:
'
暂
不登录'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
$router
.
push
({
path
:
'/personalCenter/login'
})
...
...
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