From 94134086b359f4ce5a6026627a0b29ccdc8434ed Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 09 一月 2026 09:06:36 +0800
Subject: [PATCH] 代码调整11
---
src/views/financialManagement/accounting/index.vue | 2 +-
src/views/financialManagement/inventoryAccounting/index.vue | 2 +-
.env.production | 10 +++++++++-
vite.config.js | 2 +-
4 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/.env.production b/.env.production
index 840ee53..2463fa0 100644
--- a/.env.production
+++ b/.env.production
@@ -1,6 +1,14 @@
# 椤甸潰鏍囬
VITE_APP_TITLE =鑺-璐㈠姟绠$悊绯荤粺
-
+#10.136.58.65 鑺-璐㈠姟绠$悊绯荤粺 cwglxt
+#10.136.58.66 鑺-璁惧绠$悊绯荤粺 sbglxt
+#10.136.58.67 鑺-鐢熶骇绠℃帶绯荤粺 scgkxt
+#10.136.58.68 鑺-鍗忓悓鍔炲叕绯荤粺 xtbgxt
+#10.136.58.69 鑺-閲囪喘绠$悊绯荤粺 cgglxt
+#10.136.58.70 鑺-浠撳偍鐗╂祦绯荤粺 ccwlxt
+#10.136.58.71 鑺-钀ラ攢绠$悊绯荤粺 yxglxt
+#10.136.58.72 鑺-浜哄姏璧勬簮绯荤粺 rlzyxt
+#10.136.58.73 鑺-鐜繚闂ㄧ绯荤粺 hbmjxt
# 鐢熶骇鐜閰嶇疆
VITE_APP_ENV = 'production'
diff --git a/src/views/financialManagement/accounting/index.vue b/src/views/financialManagement/accounting/index.vue
index f8e4a9f..91588fd 100644
--- a/src/views/financialManagement/accounting/index.vue
+++ b/src/views/financialManagement/accounting/index.vue
@@ -141,7 +141,7 @@
import { ref, computed, onMounted, reactive } from 'vue';
import 'element-plus/dist/index.css';
import Echarts from "@/components/Echarts/echarts.vue";
-import { getLedgerPage, getAssetInfo } from "@/api/equipmentManagement/ledger";
+import { getLedgerPage } from "@/api/equipmentManagement/ledger";
import dayjs from "dayjs";
// 绛涢�夋潯浠�
diff --git a/src/views/financialManagement/inventoryAccounting/index.vue b/src/views/financialManagement/inventoryAccounting/index.vue
index 3acf5d9..cca6861 100644
--- a/src/views/financialManagement/inventoryAccounting/index.vue
+++ b/src/views/financialManagement/inventoryAccounting/index.vue
@@ -121,7 +121,7 @@
<script setup>
import { ref, reactive, onMounted, nextTick } from 'vue'
import * as echarts from 'echarts'
-import {getStockInChartData, getStockInPage} from "@/api/inventoryManagement/stockIn.js";
+import {getStockInPage} from "@/api/inventoryManagement/stockIn.js";
// 鐘舵�佸彉閲�
const loading = ref(false)
diff --git a/vite.config.js b/vite.config.js
index eb60094..e47ae74 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -9,7 +9,7 @@
const baseUrl =
VITE_APP_ENV == "development"
? "http://127.0.0.1:7003" // 寮�鍙戠幆澧冨悗绔帴鍙�
- : "http://10.136.12.71:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
+ : "http://127.0.0.1:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
return {
// 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆�
--
Gitblit v1.9.3