url.js 435 B

12345678910
  1. var businessT = require('../tools/business-tool.js')
  2. var app_host = businessT.isDebug() ? 'http://120.79.211.173/sbl' : 'https://www.wodeshebao.com/sbl'
  3. // var app_host = 'https://www.wodeshebao.com/sbl'
  4. module.exports = {
  5. app_host: app_host,
  6. getWordCity: '/base/list/city/v1', //获取工作城市
  7. getCityData: '/shebao/calculator/main/v1',//获取城市数据
  8. getShebao: '/shebao/calculator/tax/v1',//计算社保
  9. }