Merge branch 'qzc-dev'
commit
e05baad76e
|
|
@ -4,7 +4,8 @@ import Zfzl from '../views/gxsl/zfzl'
|
|||
const pubapi_old = 'https://owrsvr.cloudowr.cn/svr'
|
||||
const pubapi = 'https://owrsvr.cloudowr.cn/pubapi'
|
||||
const zdkapi = 'https://slt-sh.chutianyun.gov.cn:8002' //中电科的市级平台
|
||||
const service_fxdd = '/gunshiApp/xyt'
|
||||
const service_fxdd = '/gunshiApp/tsg'
|
||||
const service_xyt = '/gunshiApp/xyt'//登陆先用小玉潭
|
||||
const service_shzh = '/shzh'
|
||||
const apiurl = {
|
||||
fxya: {
|
||||
|
|
@ -17,10 +18,10 @@ const apiurl = {
|
|||
setMenu: service_fxdd + '/visitMenuLog/insert',
|
||||
setPassword: service_fxdd + '/user/updateSecretKey',
|
||||
xytlogin: {
|
||||
login: service_fxdd + '/login',
|
||||
info: service_fxdd + '/getInfo',
|
||||
router: service_fxdd + '/getRouters',
|
||||
role: service_fxdd + '/system/menu/list'
|
||||
login: service_xyt + '/login',
|
||||
info: service_xyt + '/getInfo',
|
||||
router: service_xyt + '/getRouters',
|
||||
role: service_xyt + '/system/menu/list'
|
||||
},
|
||||
|
||||
// 基本情况
|
||||
|
|
|
|||
Loading…
Reference in New Issue