From a0b97eb8e934ba28b9e51824d4cbbcc99cc70e17 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期四, 18 七月 2024 23:08:00 +0800
Subject: [PATCH] fxi:解决发货bug

---
 vue.config.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index d13a119..d214392 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,6 +1,7 @@
 const path = require("path")
 // 鍩虹璺緞 娉ㄦ剰鍙戝竷涔嬪墠瑕佸厛淇敼杩欓噷
-const publicPath = process.env.VUE_APP_PUBLIC_PATH || "/"
+//const publicPath = process.env.VUE_APP_PUBLIC_PATH || "/"
+const publicPath="./";
 function resolve(dir) {
   return path.join(__dirname, dir)
 }

--
Gitblit v1.8.0