版本更新

This commit is contained in:
gyq 2024-09-05 17:33:44 +08:00
parent e17b12687f
commit 9fb67bd8a2
4 changed files with 15841 additions and 17 deletions

View File

@ -11,7 +11,7 @@ VITE_API_PHP_URL = 'https://czgdoumei.sxczgkj.com/index.php/api'
VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
# 线上环境接口地址
# VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'
VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'
# 预发布接口
VITE_API_URL = 'https://pre-cashierclient.sxczgkj.cn/cashier-client/'
# VITE_API_URL = 'https://pre-cashierclient.sxczgkj.cn/cashier-client/'

File diff suppressed because one or more lines are too long

View File

@ -98,6 +98,8 @@ app.whenReady().then(() => {
// 给渲染进程返回打印机列表
ipcMain.on("getPrintList", () => {
win.webContents.getPrintersAsync().then((res) => {
console.log("打印机列表", res);
win.webContents.send("printList", res);
});
});

View File

@ -1,7 +1,7 @@
{
"name": "vite-electron",
"private": true,
"version": "1.4.21",
"version": "1.4.22",
"main": "dist-electron/main.js",
"scripts": {
"dev": "chcp 65001 && vite",