gsx 2 年之前
父節點
當前提交
ae93b0542e

+ 1 - 0
frontend/vue.config.js

@@ -1,6 +1,7 @@
 module.exports = {
     //Solution For Issue:You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
     //zhengkai.blog.csdn.net
+    publicPath: './', // 相对路径,file模式和web模式都可以使用
     runtimeCompiler: true,
     configureWebpack: (config) => {
       config["performance"] = {

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "ee",
-  "version": "3.5.0",
+  "version": "3.5.1",
   "description": "A fast, desktop software development framework",
   "main": "main.js",
   "scripts": {
@@ -51,7 +51,7 @@
   },
   "dependencies": {
     "dayjs": "^1.10.7",
-    "ee-core": "^2.3.0",
+    "ee-core": "^2.3.1",
     "electron-updater": "^5.3.0",
     "lodash": "^4.17.21"
   }

+ 1 - 1
public/dist/index.html

@@ -4,4 +4,4 @@
       ::-webkit-scrollbar-track{background:0 0}
       ::-webkit-scrollbar-thumb{background:#E6FFEE;-webkit-transition:.3s;transition:.3s}
       ::-webkit-scrollbar-thumb:hover{background-color:#07C160}
-      ::-webkit-scrollbar-thumb:active{background-color:#07C160}</style><link href="/css/chunk-3151f5c6.50e81769.css" rel="prefetch"><link href="/js/chunk-3151f5c6.aca12c39.js" rel="prefetch"><link href="/css/app.e18dfcda.css" rel="preload" as="style"><link href="/css/chunk-vendors.f4913a35.css" rel="preload" as="style"><link href="/js/app.f98ca80f.js" rel="preload" as="script"><link href="/js/chunk-vendors.cf05aadd.js" rel="preload" as="script"><link href="/css/chunk-vendors.f4913a35.css" rel="stylesheet"><link href="/css/app.e18dfcda.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but it doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.cf05aadd.js"></script><script src="/js/app.f98ca80f.js"></script></body></html>
+      ::-webkit-scrollbar-thumb:active{background-color:#07C160}</style><link href="css/chunk-3151f5c6.50e81769.css" rel="prefetch"><link href="js/chunk-3151f5c6.aca12c39.js" rel="prefetch"><link href="css/app.e18dfcda.css" rel="preload" as="style"><link href="css/chunk-vendors.f4913a35.css" rel="preload" as="style"><link href="js/app.fbaa5003.js" rel="preload" as="script"><link href="js/chunk-vendors.125ebef7.js" rel="preload" as="script"><link href="css/chunk-vendors.f4913a35.css" rel="stylesheet"><link href="css/app.e18dfcda.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but it doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.125ebef7.js"></script><script src="js/app.fbaa5003.js"></script></body></html>

文件差異過大導致無法顯示
+ 0 - 0
public/dist/js/app.f98ca80f.js


文件差異過大導致無法顯示
+ 0 - 0
public/dist/js/app.f98ca80f.js.map


文件差異過大導致無法顯示
+ 0 - 0
public/dist/js/app.fbaa5003.js


文件差異過大導致無法顯示
+ 0 - 0
public/dist/js/app.fbaa5003.js.map


文件差異過大導致無法顯示
+ 0 - 0
public/dist/js/chunk-vendors.125ebef7.js


文件差異過大導致無法顯示
+ 0 - 0
public/dist/js/chunk-vendors.125ebef7.js.map


部分文件因文件數量過多而無法顯示