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 @@ {{ item.label }} -
- 预定管理 -
+
- 全部 - {{ item.name - }} + +
@@ -75,10 +75,10 @@ const tabAreas = ref([ label: '使用中', type: 2, }, - { - label: '已预订', - type: 3, - } + // { + // label: '已预订', + // type: 3, + // } ]) const loading = ref(false)