刘洋 1 anno fa
parent
commit
e3343d659f
2 ha cambiato i file con 707 aggiunte e 3590 eliminazioni
  1. 705 3589
      package-lock.json
  2. 2 1
      vite.config.js

File diff suppressed because it is too large
+ 705 - 3589
package-lock.json


+ 2 - 1
vite.config.js

@@ -11,7 +11,8 @@ export default defineConfig(({ mode }) => {
   const env = loadEnv(mode, process.cwd(), "");
   return {
     // 部署二级目录基础路径
-    base: env.VITE_BASE || "/",
+    // base: env.VITE_BASE || "/",
+    base: env.VITE_BASE,
     resolve: {
       alias: {
         "@": resolve(__dirname, "src"),

Some files were not shown because too many files changed in this diff