From 828a9026e9b4f78221ed9703feba869a757cbbea Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 04 二月 2026 15:52:21 +0800
Subject: [PATCH] 进销存升级app: 1.App手动新增销售台账时,客户合同号输入框去掉 2.开票台账无法进行编辑删除操作 3.APP手动开票时,提示提交失败,请重试

---
 src/config.js |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/config.js b/src/config.js
index 5349e2a..9e93570 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,11 +1,6 @@
 // 搴旂敤鍏ㄥ眬閰嶇疆
 const config = {
-  //  baseUrl: 'https://vue.ruoyi.vip/prod-api',
-  // baseUrl: 'http://localhost/prod-api',
-  // baseUrl: 'http://114.132.189.42:9036',
-  baseUrl: 'http://192.168.1.147:9036',
-   //cloud鍚庡彴缃戝叧鍦板潃
-  //  baseUrl: 'http://192.168.10.3:8080',
+  baseUrl: 'http://1.15.17.182:9003',
    // 搴旂敤淇℃伅
    appInfo: {
      // 搴旂敤鍚嶇О

--
Gitblit v1.9.3