Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
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
张伯涛
bigDataSystem
Commits
40fe6d97
Commit
40fe6d97
authored
Dec 19, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复已知问题
parent
c408f35a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
17 deletions
+24
-17
AppLogo.vue
src/components/Application/src/AppLogo.vue
+1
-1
index.vue
src/views/AAAFont/index.vue
+23
-16
No files found.
src/components/Application/src/AppLogo.vue
View file @
40fe6d97
...
...
@@ -48,7 +48,7 @@
const
go
=
useGo
();
const
segmentValue
=
ref
(
'数据要素'
);
const
headerTitle
=
ref
(
'数据要素'
);
const
headerTitle
=
ref
(
'数据要素
平台
'
);
const
isDataElement
=
ref
();
const
getAppLogoClass
=
computed
(()
=>
[
...
...
src/views/AAAFont/index.vue
View file @
40fe6d97
...
...
@@ -37,14 +37,20 @@
</el-menu>
</div>
<div
class=
"right-div"
>
<el-button
plain
class=
"long_btn"
@
click=
"login"
>
登录
</el-button>
<el-button
class=
"long_btn"
style=
"color: #486fe1; background-color: #dce5f9"
type=
"primary"
@
click=
"register"
>
注册
</el-button
>
<div
v-if=
"isLogin"
><el-button
plain
class=
"long_btn"
@
click=
"login"
>
登录
</el-button>
<el-button
class=
"long_btn"
style=
"color: #486fe1; background-color: #dce5f9"
type=
"primary"
@
click=
"register"
>
注册
</el-button
>
</div>
<div
v-else
>
<a-button
class=
"long_btn"
type=
"link"
>
</a-button>
<a-button
class=
"long_btn"
type=
"link"
@
click=
"toBackstage"
>
个人中心
</a-button>
</div>
</div>
<!--
</div>
-->
</el-header>
...
...
@@ -53,14 +59,14 @@
<router-view
/>
</div>
<
div
class=
"row-footer"
>
<div
class=
"footer-title"
>
<span>
大数据服务平台上线啦~
</span
>
</div
>
<el-button
plain
class=
"footer-button"
type=
"text"
@
click=
"toBackstage()"
>
立即前往
<Icon
class=
"ml-3"
:size=
"20"
icon=
"icon-park-solid:right-c"
/
>
</el-button
>
<
/div
>
<
!--
<div
class=
"row-footer"
>
--
>
<!--
<div
class=
"footer-title"
>
--
>
<!--
<span>
大数据服务平台上线啦~
</span>
--
>
<!--
</div>
--
>
<!--
<el-button
plain
class=
"footer-button"
type=
"text"
@
click=
"toBackstage()"
>
--
>
<!-- 立即前往
<Icon
class=
"ml-3"
:size=
"20"
icon=
"icon-park-solid:right-c"
/>
--
>
<!--
</el-button>
--
>
<
!--
</div>
--
>
<div
class=
"footer-item-por"
>
<div>
版权所有:
<span>
天津市融创软通科技股份有限公司
</span></div>
...
...
@@ -86,6 +92,7 @@
showPopup
:
false
,
showFixed
:
true
,
timer
:
''
,
isLogin
:
false
,
seen
:
true
,
navs
:
[
{
path
:
'/aaaFont/font'
,
text
:
'首页'
},
...
...
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