mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
v3.8.2 版本前端代码
This commit is contained in:
@ -41,7 +41,11 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
serverOptions.origin = VITE_GLOB_QIANKUN_MICRO_APP_ENTRY!.split('/').slice(0, 3).join('/');
|
||||
}
|
||||
// ----- [end] 【JEECG作为乾坤子应用】 -----
|
||||
|
||||
|
||||
console.log('[init] Start Port: ', VITE_PORT);
|
||||
console.log('[init] Vite Proxy Config: ', VITE_PROXY);
|
||||
|
||||
|
||||
return {
|
||||
base: isQiankunMicro ? VITE_GLOB_QIANKUN_MICRO_APP_ENTRY : VITE_PUBLIC_PATH,
|
||||
root,
|
||||
|
||||
Reference in New Issue
Block a user