Commit 40fe6d97 authored by chenjiahao's avatar chenjiahao

修复已知问题

parent c408f35a
......@@ -48,7 +48,7 @@
const go = useGo();
const segmentValue = ref('数据要素');
const headerTitle = ref('数据要素');
const headerTitle = ref('数据要素平台');
const isDataElement = ref();
const getAppLogoClass = computed(() => [
......
......@@ -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: '首页' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment