摘要: //index.html/#/login win.loadFile(indexUrl, { hash: 'login' }); 阅读全文
posted @ 2024-03-12 13:50 羽鱼 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 这是因为 package.json {"type": "module"} 解决方法 import {dirname} from 'node:path' import {fileURLToPath} from "node:url"; globalThis.__filename = fileURLToP 阅读全文
posted @ 2024-03-12 10:26 羽鱼 阅读(62) 评论(0) 推荐(0) 编辑
摘要: import path from "path";const __dirname=path.resolve() 阅读全文
posted @ 2024-03-12 08:47 羽鱼 阅读(30) 评论(0) 推荐(0) 编辑