Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
GaoQuIncubator
Commits
ad2a2b8f
Commit
ad2a2b8f
authored
Nov 20, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录问题处理 数据概览公司类型名称动态显示
parent
4dd17542
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
overview.vue
src/views/system/home/overview.vue
+14
-1
login.vue
src/views/system/user/login.vue
+1
-0
No files found.
src/views/system/home/overview.vue
View file @
ad2a2b8f
...
...
@@ -105,7 +105,7 @@
<li
class=
"tab_panel_1"
v-if=
"activeIndex === 1||activeIndex === 2||activeIndex === 3"
>
<div
class=
"_left"
>
<div
class=
"_title"
>
<span>
在孵企业
</span>
<span>
{{
navCompanyTypeName
}}
</span>
<span>
{{
totalCount4panel1
}}
家
</span>
</div>
<div
class=
"_list"
>
...
...
@@ -540,6 +540,7 @@
// 顶部切换菜单
activeIndex
:
0
,
navCompanyTypeName
:
''
,
// panel0 孵化器概况
data4panel0
:
{},
...
...
@@ -602,7 +603,19 @@
},
methods
:
{
changeNav
(
index
)
{
this
.
activeIndex
=
~~
index
;
if
(
index
===
1
){
this
.
navCompanyTypeName
=
'
在孵企业
'
}
else
if
(
index
===
2
){
this
.
navCompanyTypeName
=
'
毕业企业
'
}
else
if
(
index
===
3
){
this
.
navCompanyTypeName
=
'
中介机构
'
}
if
(
~~
this
.
activeIndex
===
1
||
~~
this
.
activeIndex
===
2
||
~~
this
.
activeIndex
===
3
){
this
.
searchQuery4panel1
=
''
// 清空公司搜索框
this
.
getData4panel1
()
...
...
src/views/system/user/login.vue
View file @
ad2a2b8f
...
...
@@ -169,6 +169,7 @@ export default {
if
(
!
res
){
// 登录失败
this
.
loading
=
false
this
.
getCode
()
return
}
this
.
$router
.
push
({
path
:
'
/edge/Screen
'
})
// 跳转大屏
// debugger
...
...
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