kinit/kinit-uni/config.js
2023-09-22 15:22:55 +08:00

17 lines
424 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 应用全局配置
module.exports = {
// 测试环境
// baseUrl: 'http://127.0.0.1:9000',
// 生产环境
baseUrl: 'http://127.0.0.1:9000',
// 应用信息
appInfo: {
// 应用版本
version: '1.4.0',
// 隐私政策不支持本地路径
privacy: 'http://127.0.0.1:9000/docs/privacy',
// 用户协议不支持本地路径
agreement: 'http://127.0.0.1:9000/docs/agreement'
}
}