mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
fix: 修复baseURL
This commit is contained in:
parent
7a96b58541
commit
5e0c85c7f5
2
cfg.ts
2
cfg.ts
@ -47,7 +47,7 @@ import type { BuildOptions } from 'vite'
|
|||||||
|
|
||||||
const config: AppConfigExport = {
|
const config: AppConfigExport = {
|
||||||
/** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */
|
/** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */
|
||||||
// base: '/ray-template/',
|
base: '/ray-template/',
|
||||||
/** 配置首屏加载信息 */
|
/** 配置首屏加载信息 */
|
||||||
preloadingConfig: PRE_LOADING_CONFIG,
|
preloadingConfig: PRE_LOADING_CONFIG,
|
||||||
/** 默认主题色(不可省略, 必填), 也用于 ejs 注入 */
|
/** 默认主题色(不可省略, 必填), 也用于 ejs 注入 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user