liuQiang 2 年 前
コミット
944a0d959d
2 ファイル変更3 行追加3 行削除
  1. 1 1
      src/views/myfile/MyFile.vue
  2. 2 2
      vite.config.js

+ 1 - 1
src/views/myfile/MyFile.vue

@@ -1663,7 +1663,7 @@ p {
     background-color: white;
     border: 1px solid gray;
     border-radius: 4px;
-    z-index: 2;
+    z-index: 100;
     overflow-y: auto;
 }
 

+ 2 - 2
vite.config.js

@@ -39,8 +39,8 @@ export default defineConfig(({
 			proxy: {
 				// https://cn.vitejs.dev/config/#server-proxy
 				'/dev-api': {
-					target: 'http://192.168.1.28:8080/',
-					// target: 'http://8.142.173.95:19527/',
+					// target: 'http://192.168.1.28:8080/',
+					target: 'http://8.142.173.95:19527/',
 					// target:'http://192.168.1.28:8080/',
 					changeOrigin: true,
 					rewrite: (p) => p.replace(/^\/dev-api/, '')