刘洋 2 年之前
父节点
当前提交
684991762b
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      server.config.ts
  2. 1 1
      src/assets/styles/element/custom.scss
  3. 1 1
      src/layout/LockScreen.vue

+ 2 - 2
server.config.ts

@@ -4,10 +4,10 @@ const server: ServerOptions = {
   proxy: {
     '^/?(api|file)/': {
       // target: 'http://192.168.10.41:8200',
-      target: 'http://192.168.10.178:8200',
+      // target: 'http://192.168.10.178:8200',
       // target: 'http://192.168.10.107:8200',
       // target: 'http://cet-test.markingtool.cn',
-      // target: 'http://192.168.10.136:80',
+      target: 'http://192.168.10.136:80',
       // target: 'http://cet-dev.markingtool.cn:8200',
     },
   },

+ 1 - 1
src/assets/styles/element/custom.scss

@@ -237,7 +237,7 @@ body{
     }
   }
   .el-loading-mask{
-    z-index:3001 !important;
+    z-index:1200 !important;
   }
   .el-loading-parent--relative{
     pointer-events:	auto !important;

+ 1 - 1
src/layout/LockScreen.vue

@@ -79,7 +79,7 @@ const submit = async () => {
   right: 0;
   bottom: 0;
   top: 0;
-  z-index: 999999;
+  z-index: 3000;
   background: rgba(0, 0, 0, 0.9);
   .pwd-input {
     width: 200px;