From acfa59080f6e3bf4ab043caacef9253d1d2f9af5 Mon Sep 17 00:00:00 2001 From: hawk86104 Date: Thu, 13 Feb 2025 18:54:28 +0800 Subject: [PATCH] =?UTF-8?q?pre.build.icegl=20=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=20icegl=E5=AE=98=E7=BD=91=E9=A2=84=E8=A7=88=E7=9A=84=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/app.jsx | 5 +++-- src/plugins/preview.vue | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c90a9a8b..b3bc7eb1 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "fes build", "pre.dev": "cross-env FES_ENV=predev fes dev", "pre.build": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev fes build", + "pre.build.icegl": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev FES_APP_ONLINE_API=true fes build", "both": "concurrently \"npm run dev\" \"npm run pre.dev\" ", "plugin.marker": "node pluginMaker/index.js", "analyze": "cross-env ANALYZE=1 fes build", diff --git a/src/app.jsx b/src/app.jsx index 6a6586a5..d9310991 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -4,7 +4,7 @@ * @Autor: 地虎降天龙 * @Date: 2023-10-16 10:53:09 * @LastEditors: 地虎降天龙 - * @LastEditTime: 2025-02-08 08:50:30 + * @LastEditTime: 2025-02-13 18:42:56 */ import { defineRuntimeConfig, useModel } from '@fesjs/fes' import { FMenu } from '@fesjs/fes-design' @@ -33,7 +33,8 @@ export default defineRuntimeConfig({ action () { const { signin, getMenu } = useModel('forPreview') signin() - if (process.env.FES_APP_PLUGINS === 'true' && process.env.NODE_ENV === 'development') { + debugger + if ((process.env.FES_APP_PLUGINS === 'true' && process.env.NODE_ENV === 'development') || process.env.FES_APP_ONLINE_API) { getMenu() } // return new Promise((resolve) => { diff --git a/src/plugins/preview.vue b/src/plugins/preview.vue index d1239e6f..68200830 100644 --- a/src/plugins/preview.vue +++ b/src/plugins/preview.vue @@ -4,7 +4,7 @@ * @Autor: 地虎降天龙 * @Date: 2023-11-18 22:17:49 * @LastEditors: 地虎降天龙 - * @LastEditTime: 2025-02-08 08:52:49 + * @LastEditTime: 2025-02-13 18:49:25 -->