dase1353

Results 6 comments of dase1353

Genshin-Wish-Export\userData目錄底下有個帶UID的JSO檔案,可以進去刪除

@nick2834 您好 electron/config 底下似乎沒有這個檔案,請問有相關文件可以查閱嗎 我在官網上似乎沒有看到,不過EE2.0版本有下面這些東西 ```javascript config.developmentMode = { default: 'vue', mode: { vue: { hostname: 'localhost', port: 8080 }, react: { hostname: 'localhost', port: 3000 }, html: { hostname:...

好的,我先簡單分享一下前端啟動的結果 ![image](https://github.com/dromara/electron-egg/assets/46934514/be6da851-6643-42ee-9407-fe8646922dc4) 看起來啟動沒問題,將網址打開也有正確的顯示畫面

後端啟動大概是這樣 ![image](https://github.com/dromara/electron-egg/assets/46934514/c0388798-8a75-4c76-bb1c-9c88c112dad5) 查看控制台的話 會先看到EE優先載入一個file://...Boot的畫面,沒有跟`http://localhost:4200/`有關的動作或請求 接著轉轉轉到最後就跳黑字Booting failure, please check frontend serve is runing ! 另外我先臨時採用從控制台下命令`this.document.location = "http://localhost:4200/"` 的方式轉到前端網址,並且能夠正常使用,但是這個動作要在Booting failure失敗之後做,不然會被強制切回Booting failure畫面

> > 作者您好: 我是使用Angular當作前端進行開發 在最新的3.7.0版本中 > > ``` > > dev: { > > frontend: { > > directory: "./frontend/AngularprojectName", > > cmd: "npm", > > args: ["run", "start"], //執行ng...

> > > > 作者您好: 我是使用Angular當作前端進行開發 在最新的3.7.0版本中 > > > > ``` > > > > dev: { > > > > frontend: { > > > > directory: "./frontend/AngularprojectName",...