全站统一配置
从201406开始,需要引入该模块读取配置和测试环境下修改配置,以保证在多个环境UI行为一致。
网站写cookie时请使用该模块设置domain。否则会导致不同环境表现不一致。
该模块已经打包进 jquery.min.js
var Config = require('index');
获取配置,key为空时,返回整个配置
commonAPI
common接口地址,线上为http://common.seedit.com
huodongAPI
活动接口地址,线上为http://huodong.seedit.com/restful
不推荐使用,一般不需要使用,用于特殊情况下的调试
根据当前页面地址获取子站域名
// 若当前url为`http://bbs.seedit.com`
getSiteUrl('common'); // http://common.seedit.com
根据当前页面地址获取主域名
// 若当前url为`http://bbs.seedit.com`
getMainDomain(); // seedit.com
根据当前域名获取对应微信授权代理地址
// 若当前url为`http://bbs.bozhong.com`
getWechatAuthProxyUrl(); // http://scdn.bozhong.com/source/wechat/redirect/product.html
// 若当前url为`http://bbs.online.seedit.cc`
getWechatAuthProxyUrl(); // http://scdn.bozhong.com/source/wechat/redirect/online.html
// 若当前url为`http://bbs.office.bzdev.net`
getWechatAuthProxyUrl(); // http://scdn.bozhong.com/source/wechat/redirect/office.html
获取所有可授权appid (array)
- 要个宝宝
- 小蜜桃
- 百事可问
- 造人现场
getAppid()[0]; // 默认使用第一个