This commit is contained in:
gyq 2024-06-12 10:08:08 +08:00
parent 883eb268f3
commit fde0ed0eaf
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
ENV = production
# 线上环境接口地址
# VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'
VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'
# 测试
VITE_API_URL = 'https://cashier-client.sxczgkj.cn/cashier-client'
# VITE_API_URL = 'https://cashier-client.sxczgkj.cn/cashier-client'

View File

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