flat: init

This commit is contained in:
史典卓
2024-11-08 11:55:23 +08:00
commit 0e64009a8a
80 changed files with 10529 additions and 0 deletions

24
config.js Normal file
View File

@@ -0,0 +1,24 @@
export default {
baseUrl: '', // 测试
// 应用信息
appInfo: {
// 应用名称
name: "青岛市就业服务",
// 应用版本
version: "1.0.0",
// 应用logo
logo: "",
// 官方网站
site_url: "",
// 政策协议
agreements: [{
title: "隐私政策",
url: ""
},
{
title: "用户服务协议",
url: ""
}
]
}
}