Compare commits
No commits in common. "226f3ff476c5b594369cc59cf87410f83040019a" and "7f02bd7c9b5721957598b27a958b04fb146dc1d0" have entirely different histories.
226f3ff476
...
7f02bd7c9b
|
@ -7,6 +7,11 @@
|
|||
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