mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
base url 更改
This commit is contained in:
parent
a236fef068
commit
47fe7853c5
@ -12,7 +12,7 @@
|
||||
|
||||
## 预览地址
|
||||
|
||||
- [点击预览](https://xiaodaigua-ray.github.io/#/)
|
||||
- [点击预览](https://xiaodaigua-ray.github.io/ray-template/#/)
|
||||
- [点击预览(加速地址)](https://ray-template.yunkuangao.com/#/)
|
||||
|
||||
## 文档地址
|
||||
|
1
cfg.ts
1
cfg.ts
@ -47,6 +47,7 @@ import {
|
||||
import type { AppConfigExport } from './src/types/cfg'
|
||||
|
||||
const config: AppConfigExport = {
|
||||
base: '/ray-template/',
|
||||
/** 配置首屏加载信息 */
|
||||
preloadingConfig: {
|
||||
title: 'Ray Template',
|
||||
|
@ -42,6 +42,7 @@ export interface Config {
|
||||
rootRoute?: RootRoute
|
||||
primaryColor?: string
|
||||
preloadingConfig?: PreloadingConfig
|
||||
base?: string
|
||||
}
|
||||
|
||||
export type Recordable<T = unknown> = Record<string, T>
|
||||
@ -66,6 +67,7 @@ export interface AppConfig {
|
||||
}
|
||||
rootRoute: RootRoute
|
||||
primaryColor: string
|
||||
base?: string
|
||||
}
|
||||
|
||||
export type AppConfigExport = Config & UserConfigExport
|
||||
|
@ -35,6 +35,7 @@ const {
|
||||
rootRoute,
|
||||
primaryColor,
|
||||
preloadingConfig,
|
||||
base,
|
||||
} = config
|
||||
|
||||
/**
|
||||
@ -60,6 +61,7 @@ const __APP_CFG__ = {
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(async ({ mode }) => {
|
||||
return {
|
||||
base,
|
||||
define: {
|
||||
__APP_CFG__: JSON.stringify(__APP_CFG__),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user