2.8.0稳定版
This commit is contained in:
4
main.js
4
main.js
@@ -344,8 +344,8 @@ function createWindow() {
|
|||||||
|
|
||||||
// 自动判断环境使用不同的页面地址
|
// 自动判断环境使用不同的页面地址
|
||||||
const isProd = app.isPackaged;
|
const isProd = app.isPackaged;
|
||||||
// const targetURL = isProd ? 'https://iosaitest.yolozs.com' : 'http://192.168.1.128:8080';
|
const targetURL = isProd ? 'https://iosaitest.yolozs.com' : 'http://192.168.1.128:8080';
|
||||||
const targetURL = isProd ? 'https://iosai.yolozs.com' : 'http://192.168.1.128:8080';
|
// const targetURL = isProd ? 'https://iosai.yolozs.com' : 'http://192.168.1.128:8080';
|
||||||
console.log('[页面加载] 使用地址:', targetURL);
|
console.log('[页面加载] 使用地址:', targetURL);
|
||||||
|
|
||||||
let retryIntervalId = null;
|
let retryIntervalId = null;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "YOLO-ios-ai",
|
"name": "YOLO-ios-ai",
|
||||||
"productName": "YOLO(AI助手ios)",
|
"productName": "YOLO(AI助手ios)",
|
||||||
"version": "2.7.1",
|
"version": "2.8.0",
|
||||||
"description": "Vue3 + WS 控制台",
|
"description": "Vue3 + WS 控制台",
|
||||||
"author": "yourname",
|
"author": "yourname",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user