浏览代码

文保一号修改

tangning 2 周之前
父节点
当前提交
29fdb3bd38
共有 6 个文件被更改,包括 6 次插入31 次删除
  1. 1 1
      .env.production
  2. 二进制
      public/bg_ga.jpg
  3. 二进制
      public/resource/img/logo.png
  4. 二进制
      public/resource/img/logo0.png
  5. 4 26
      src/views/sys/login/Login.vue
  6. 1 4
      src/views/sys/login/LoginForm.vue

+ 1 - 1
.env.production

@@ -37,5 +37,5 @@ VITE_USE_PWA = false
 # Is it compatible with older browsers
 VITE_LEGACY = false
 
-VITE_GLOB_APP_TITLE = 江门公安
+VITE_GLOB_APP_TITLE = 文保一号
 

二进制
public/bg_ga.jpg


二进制
public/resource/img/logo.png


二进制
public/resource/img/logo0.png


+ 4 - 26
src/views/sys/login/Login.vue

@@ -7,14 +7,13 @@
     /> -->
     <!-- <AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" /> -->
 
-    <div class="-enter-x w-full containertop relative" style="padding-left: 40px; z-index: 99">
-      <!-- <div class="-enter-x xl:hidden"> -->
+    <!-- <div class="-enter-x w-full containertop relative" style="padding-left: 40px; z-index: 99">
       <AppLogo class="-enter-x" :alwaysShowTitle="true" />
       <div class="absolute right-64px top-8 rightText cursor-pointer" style="z-index: 10" v-if="mytitle == '江门公安'">
         <span @click="handleDown">下载浏览器</span>
         <span @click="handlesybz">使用帮助</span>
       </div>
-    </div>
+    </div> -->
     <div class="suoyuan"
       >公安部鉴定中心 & 四维时代 | 公安部科技强警基础工作计划(2022JC13)</div
     >
@@ -43,30 +42,9 @@
             :class="`${prefixCls}-form`"
             class="relative 2xl:left-48 xl:left-16 w-full px-5 py-8 mx-auto my-auto rounded-md shadow-md xl:ml-8 2xl:ml-16 xl:bg-transparent sm:px-8 xl:p-4 xl:shadow-none sm:w-4/5 lg:w-3/5 xl:w-auto enter-x"
           >
-            <div class="title" v-if="mytitle != '江门公安'">
-              <div class="titleText" style="font-weight: bold; letter-spacing: 12px">
-                <div style="margin-bottom: 0; white-space: nowrap">案事件实景三维重建</div>
-                <div>及数字化建档系统</div>
-              </div>
-              <div
-                class="en text-sm font-normal mb-5 titleSubtext"
-                style="line-height: 30px; margin-bottom: 24px; color: #666"
-              >
-                <div>3D Scene Reconstruction and Digital Archiving System of Police</div>
-                <div>Cases and Events</div>
-              </div>
-            </div>
-            <div class="title" v-else>
+            <div class="title">
               <div class="titleText" style="font-weight: bold; letter-spacing: 12px">
-                <div style="margin-bottom: 0">江门市公安局</div>
-                <div>警用三维实景平台</div>
-              </div>
-              <div
-                class="en text-sm font-normal mb-5 titleSubtext"
-                style="line-height: 30px; margin-bottom: 24px; color: #666"
-              >
-                <div>Three-Dimensional Police Scene Platform for Public Security</div>
-                <div>Bureau of Jiangmen Municipality</div>
+                <div style="margin-bottom: 0">登录</div>
               </div>
             </div>
             <LoginForm />

+ 1 - 4
src/views/sys/login/LoginForm.vue

@@ -48,7 +48,7 @@
     <FormItem class="enter-x">
       <Button
         class="mybtmargin"
-        style="border-radius: 5px"
+        style="border-radius: 5px; background: #93795D; border-color: #93795D;"
         type="primary"
         size="large"
         block
@@ -57,9 +57,6 @@
       >
         {{ t('sys.login.loginButton') }}
       </Button>
-      <Button v-if="mytitle == '江门公安'" size="large" class="mybtmargin enter-x" block @click="handleRegister">
-        {{ t('sys.login.registerButton') }}
-      </Button>
       <!-- <Button size="large" class="enter-x" block @click="handlesybz"> 使用帮助 </Button> -->
     </FormItem>
     <!-- <ARow class="enter-x">