刘洋 2 жил өмнө
parent
commit
684991762b

+ 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;