Compare commits
2 Commits
7f02bd7c9b
...
226f3ff476
Author | SHA1 | Date |
---|---|---|
|
226f3ff476 | |
|
8dfa86e466 |
|
@ -7,11 +7,6 @@
|
|||
class="customer-background-dialog"
|
||||
:fullscreen="isMobile"
|
||||
>
|
||||
<template #header>
|
||||
<div class="dialog-header">
|
||||
<h3 class="dialog-title">客户信息</h3>
|
||||
</div>
|
||||
</template>
|
||||
<div class="background-info-content" v-if="currentMode">
|
||||
<div v-html="formattedBackground"></div>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@ import { fileURLToPath, URL } from 'node:url'
|
|||
|
||||
import { defineConfig, loadEnv } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import electron from 'vite-plugin-electron'
|
||||
// import electron from 'vite-plugin-electron'
|
||||
// import vueDevTools from 'vite-plugin-vue-devtools'
|
||||
|
||||
// https://vite.dev/config/
|
||||
|
@ -18,9 +18,9 @@ export default defineConfig(({ command, mode }) => {
|
|||
return {
|
||||
plugins: [
|
||||
vue(),
|
||||
electron({
|
||||
entry: 'electron/main.js',
|
||||
}),
|
||||
// electron({
|
||||
// entry: 'electron/main.js',
|
||||
// }),
|
||||
// vueDevTools(),
|
||||
],
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in New Issue