first commit
This commit is contained in:
32
pgapp/config.js
Normal file
32
pgapp/config.js
Normal file
@@ -0,0 +1,32 @@
|
||||
// 应用全局配置
|
||||
module.exports = {
|
||||
//正式服
|
||||
baseUrl: 'http://dev-pg.xsimon.com/php/',
|
||||
uploadUrl: 'http://dev-pg.xsimon.com/php/admin/Index/fileUpload', // 文件上传地址
|
||||
|
||||
// 测试服
|
||||
// baseUrl: 'http://123.207.51.47/dev/GZSrv/version1/public/index.php/',
|
||||
// uploadUrl: 'http://123.207.51.47/dev/GZSrv/version1/public/index.php/admin/Index/fileUpload', // 文件上传地址
|
||||
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
name: "Gzapp",
|
||||
// 应用版本
|
||||
version: "1.0.0",
|
||||
// 应用logo
|
||||
logo: "/static/logo.png",
|
||||
// 官方网站
|
||||
site_url: "http://www.guozhong.com",
|
||||
// 政策协议
|
||||
agreements: [{
|
||||
title: "隐私政策",
|
||||
url: "https://guozhong.com/protocol.html"
|
||||
},
|
||||
{
|
||||
title: "用户服务协议",
|
||||
url: "https://guozhong.com/protocol.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user