提交
This commit is contained in:
parent
8258513fbb
commit
6628970dde
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VITE_APP_TITLE = 视讯综合应用平台
|
VITE_APP_TITLE = 检察院来访登记及分析系统
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
VITE_APP_ENV = 'development'
|
VITE_APP_ENV = 'development'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VITE_APP_TITLE = 视讯综合应用平台
|
VITE_APP_TITLE = 检察院来访登记及分析系统
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
VITE_APP_ENV = 'production'
|
VITE_APP_ENV = 'production'
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta name="renderer" content="webkit">
|
<meta name="renderer" content="webkit">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<title>视讯综合应用平台</title>
|
<title>检察院来访登记及分析系统</title>
|
||||||
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<div class="avatar-container">
|
<div class="avatar-container">
|
||||||
<span>{{userStore.info.curUnitName}}</span>
|
<span>{{userStore.info.curUnitName}}</span>
|
||||||
<!-- <span>江苏省人民检察院</span>-->
|
|
||||||
<el-dropdown @command="handleCommand" class="right-menu-item hover-effect" trigger="click">
|
<el-dropdown @command="handleCommand" class="right-menu-item hover-effect" trigger="click">
|
||||||
<div class="avatar-wrapper d-flex align-items-center">
|
<div class="avatar-wrapper d-flex align-items-center">
|
||||||
<img :src="userStore.avatar" class="user-avatar me-2"/>
|
<img :src="userStore.avatar" class="user-avatar me-2"/>
|
||||||
|
@ -7,9 +7,8 @@
|
|||||||
align-items: center;justify-content: center;margin-top: -7%;">
|
align-items: center;justify-content: center;margin-top: -7%;">
|
||||||
<div class="login-title-container">
|
<div class="login-title-container">
|
||||||
<!-- <h2>{{ title }}</h2> -->
|
<!-- <h2>{{ title }}</h2> -->
|
||||||
<h2>江苏省人民检察院</h2>
|
<!-- <h2>江苏省人民检察院</h2> -->
|
||||||
<h2>视讯综合应用平台</h2>
|
<h2>检察院来访登记及分析系统</h2>
|
||||||
<!-- 江苏省人民检察院视讯综合应用平台 -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
|
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
|
||||||
@ -94,7 +93,7 @@ import useUserStore from '@/store/modules/user'
|
|||||||
|
|
||||||
// const title = import.meta.env.VITE_APP_TITLE;
|
// const title = import.meta.env.VITE_APP_TITLE;
|
||||||
|
|
||||||
const title = "江苏省人民检察院视讯综合应用平台"
|
const title = "检察院来访登记及分析系统"
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user