From 4543854d0a683f61a5d51fd5dc9e443b41ed7cfa Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Tue, 16 Jul 2024 14:06:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=B0=E6=A1=8C=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 5 ++++-
.env.production | 5 ++++-
package.json | 2 +-
src/views/table/index.vue | 20 ++++++++++----------
4 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/.env.development b/.env.development
index cfb0a56..ac8f692 100644
--- a/.env.development
+++ b/.env.development
@@ -13,7 +13,10 @@ VITE_API_WSS = 'wss://wxcashiertest.sxczgkj.cn/client'
# 测试 php
-VITE_API_PHP_URL = 'http://192.168.2.33:1666/index.php/api'
+# VITE_API_PHP_URL = 'http://192.168.2.33:1666/index.php/api'
+
+# 正式 php
+VITE_API_PHP_URL = 'http://czgdoumei.sxczgkj.com/index.php/api'
# 阿伟
# VITE_API_URL = 'http://192.168.2.96:10587/cashier-client'
diff --git a/.env.production b/.env.production
index d443f20..892c340 100644
--- a/.env.production
+++ b/.env.production
@@ -8,7 +8,10 @@ ENV = production
VITE_API_WSS = 'wss://wxcashiertest.sxczgkj.cn/client'
# 测试 php
-VITE_API_PHP_URL = 'http://192.168.2.33:1666/index.php/api'
+# VITE_API_PHP_URL = 'http://192.168.2.33:1666/index.php/api'
+
+# 正式 php
+VITE_API_PHP_URL = 'http://czgdoumei.sxczgkj.com/index.php/api'
# 测试
VITE_API_URL = 'https://cashier-client.sxczgkj.cn/cashier-client'
diff --git a/package.json b/package.json
index 01cbea8..586d2d1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vite-electron",
"private": true,
- "version": "1.3.60",
+ "version": "1.3.61",
"main": "dist-electron/main.js",
"scripts": {
"dev": "chcp 65001 && vite",
diff --git a/src/views/table/index.vue b/src/views/table/index.vue
index cd706c5..441a69e 100644
--- a/src/views/table/index.vue
+++ b/src/views/table/index.vue
@@ -8,16 +8,16 @@