From bbd85f199802ee0e56e97bee86ef971798fe53c4 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Mon, 4 Dec 2023 17:43:18 +0800 Subject: [PATCH] demo 3.9.0 --- electron/config/bin.js | 10 +++++----- electron/config/config.default.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/electron/config/bin.js b/electron/config/bin.js index 7aa5c5c..f2974b0 100644 --- a/electron/config/bin.js +++ b/electron/config/bin.js @@ -23,11 +23,11 @@ module.exports = { args: ['.', '--env=local'], loadingPage: '/public/html/loading.html', }, - go: { - directory: './go', - cmd: 'go', - args: ['run', './main.go', '--env=dev','--basedir=../', '--port=7073'], - }, + // go: { + // directory: './go', + // cmd: 'go', + // args: ['run', './main.go', '--env=dev','--basedir=../', '--port=7073'], + // }, }, /** diff --git a/electron/config/config.default.js b/electron/config/config.default.js index c7d6f38..ac11459 100644 --- a/electron/config/config.default.js +++ b/electron/config/config.default.js @@ -123,7 +123,7 @@ module.exports = (appInfo) => { */ config.cross = { go: { - enable: true, + enable: false, name: 'goapp', args: ['--port=7073'], appExit: true,