feat: huaxing-AI智能BAS系统

This commit is contained in:
xuziqiang
2024-05-21 16:42:16 +08:00
parent 84ef5b6032
commit 4a9b924df6
63 changed files with 32555 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ import dayjs from 'dayjs';
import pkg from './package.json';
import vueJsx from '@vitejs/plugin-vue-jsx';
import path from 'path';
import legacy from '@vitejs/plugin-legacy'
import legacy from '@vitejs/plugin-legacy';
const { dependencies, devDependencies, name, version } = pkg;
const __APP_INFO__ = {
platform: process.env.PLATFORM,
@@ -33,6 +33,7 @@ export default defineConfig(({ mode, command }) => {
host: true,
port,
proxy,
open: false,
};
return {
base: VITE_PUBLIC_PATH,