feat: huaxing-AI智能BAS系统
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user