litian
2024-05-30 ed307fc6a68cd6592589a4bafb7717c0fe7f74cd
vite.config.ts
@@ -9,10 +9,10 @@
  base:"./",
  plugins: [
    vue(),
    electron({
      // 配置 Electron 入口文件
      entry: 'electron-commonJS/main.js'
    }),
    // electron({
    //   // 配置 Electron 入口文件
    //   entry: 'electron-commonJS/main.js'
    // }),
  ],
  resolve: {
    alias: {