From 289292a4023c6cffa102fbe6702e8199d9cee066 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 26 三月 2026 14:51:50 +0800
Subject: [PATCH] refactor(客户档案): 移除客户分类筛选和删除权限检查
---
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