登录
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// isdev 为 true 表示开发环境 false 表示发布环境
|
||||
const isdev = true;
|
||||
const baseUrl = isdev ? 'http://niunai.zhitou1688.com' : 'http://niunai.zhitou1688.com';// 办公室接口 & 测试环境
|
||||
const baseUrl = isdev ? 'https://71e86bc1.r15.cpolar.top' : 'http://niunai.zhitou1688.com';// 办公室接口 & 测试环境
|
||||
// const baseUrl = isdev ? 'http://192.168.1.133:8899' : 'https://api.gwkjxb.com';// 办公室接口 & 正式环境
|
||||
// const baseUrl = 'https://api.gwkjxb.com';// 正式环境(由于本地测试后台没有启动,暂时通用正式服)
|
||||
|
||||
@@ -8,10 +8,10 @@ const baseUrl = isdev ? 'http://niunai.zhitou1688.com' : 'http://niunai.zhitou16
|
||||
const shareUrl = isdev ? 'https://h5.gwkjxb.com/' : 'http://test_h5.gwkjxb.com/';
|
||||
const teacher_admin_url = 'http://teacher.gwkjxb.com/#/login'
|
||||
const config = {
|
||||
appName: '牛奶配送',
|
||||
appName: '保护视力',
|
||||
baseUrl,
|
||||
appVersion: '1.0.6',
|
||||
developer: '牛奶配送',
|
||||
developer: '保护视力',
|
||||
// appLogo: require('../static/logo.png'),
|
||||
shareUrl,
|
||||
teacher_admin_url,
|
||||
|
Reference in New Issue
Block a user