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