ソースを参照

mod:关掉远程模式

panqiuyao 8 ヶ月 前
コミット
2d6db15ee6
3 ファイル変更16 行追加16 行削除
  1. 1 1
      electron/config/config.default.js
  2. 1 1
      electron/config/config.local.js
  3. 14 14
      public/dist/index.html

+ 1 - 1
electron/config/config.default.js

@@ -64,7 +64,7 @@ module.exports = (appInfo) => {
    * 远程模式-web地址
    */
   config.remoteUrl = {
-    enable: true,
+    enable: false,
     url: 'http://localhost:3000'
   };
 

+ 1 - 1
electron/config/config.local.js

@@ -60,7 +60,7 @@ module.exports = (appInfo) => {
    * 远程模式-web地址
    */
   config.remoteUrl = {
-    enable: true,
+    enable: false,
     url: 'http://localhost:3000/home'
   };
 

+ 14 - 14
public/dist/index.html

@@ -1,14 +1,14 @@
-<!doctype html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <link rel="icon" type="image/svg+xml" href="./vite.svg" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>智惠映AI自动拍照机</title>
-    <script type="module" crossorigin src="./assets/index-6PwDCeNx.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-CfZ73FPC.css">
-  </head>
-  <body>
-    <div id="app"></div>
-  </body>
-</html>
+<!doctype html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <link rel="icon" type="image/svg+xml" href="./vite.svg" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>智惠映AI自动拍照机</title>
+    <script type="module" crossorigin src="./assets/index-CW4uQ-aR.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-CL_4evXq.css">
+  </head>
+  <body>
+    <div id="app"></div>

+  </body>
+</html>