|
|
@@ -1,7 +1,13 @@
|
|
|
+/*
|
|
|
+ * @Author: LiZhiWei
|
|
|
+ * @Date: 2026-01-13 15:01:49
|
|
|
+ * @LastEditors: LiZhiWei
|
|
|
+ * @LastEditTime: 2026-01-15 14:14:24
|
|
|
+ * @Description:
|
|
|
+ */
|
|
|
import type { Config } from '~/types/config'
|
|
|
-export const appName = 'Nuxt 4 Template'
|
|
|
-export const appDescription =
|
|
|
- 'Nuxt 4 Template 是一个基于 Nuxt 4 的模板项目,用于快速搭建 Nuxt 4 项目。'
|
|
|
+export const appName = '海南绘家科技有限公司'
|
|
|
+export const appDescription = '海南绘家科技有限公司'
|
|
|
export const apiBase = import.meta.env.VITE_API_URL
|
|
|
|
|
|
const config: Config = {
|