From 6c0711ef3200ebcb2bdd35b9826eebcd02e2aec7 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 26 三月 2026 16:59:00 +0800
Subject: [PATCH] fix: 将表格列标签从“出库数量”更正为“发货数量”

---
 vite.config.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index f73f535..2cfbd3b 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -8,11 +8,11 @@
   const { VITE_APP_ENV } = env;
   const baseUrl =
       env.VITE_APP_ENV === "development"
-          ? "http://192.168.1.147:9036"
+          ? "http://1.15.17.182:9003"
           : env.VITE_BASE_API;
   const javaUrl =
       env.VITE_APP_ENV === "development"
-          ? "http://114.132.189.42:9037"
+          ? "http://1.15.17.182:9002"
           : env.VITE_JAVA_API;
   return {
     define:{
@@ -23,6 +23,9 @@
     // 渚嬪 https://www.ruoyi.vip/銆傚鏋滃簲鐢ㄨ閮ㄧ讲鍦ㄤ竴涓瓙璺緞涓婏紝浣犲氨闇�瑕佺敤杩欎釜閫夐」鎸囧畾杩欎釜瀛愯矾寰勩�備緥濡傦紝濡傛灉浣犵殑搴旂敤琚儴缃插湪 https://www.ruoyi.vip/admin/锛屽垯璁剧疆 baseUrl 涓� /admin/銆�
     base: VITE_APP_ENV === "production" ? "/" : "/",
     plugins: createVitePlugins(env, command === "build"),
+    optimizeDeps: {
+      include: ["@vue-office/docx", "@vue-office/excel"],
+    },
     resolve: {
       // https://cn.vitejs.dev/config/#resolve-alias
       alias: {

--
Gitblit v1.9.3