lsf-dev
parent
7b81aed7bf
commit
b2ea45ba64
|
|
@ -4,16 +4,17 @@ import Zfzl from '../views/gxsl/zfzl'
|
||||||
const pubapi_old = 'https://owrsvr.cloudowr.cn/svr'
|
const pubapi_old = 'https://owrsvr.cloudowr.cn/svr'
|
||||||
const pubapi = 'https://owrsvr.cloudowr.cn/pubapi'
|
const pubapi = 'https://owrsvr.cloudowr.cn/pubapi'
|
||||||
const zdkapi = 'https://slt-sh.chutianyun.gov.cn:8002' //中电科的市级平台
|
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 service_shzh = '/shzh'
|
||||||
const apiurl = {
|
const apiurl = {
|
||||||
setMenu: service_fxdd + '/visitMenuLog/insert',
|
setMenu: service_fxdd + '/visitMenuLog/insert',
|
||||||
setPassword: service_fxdd + '/user/updateSecretKey',
|
setPassword: service_fxdd + '/user/updateSecretKey',
|
||||||
xytlogin: {
|
xytlogin: {
|
||||||
login: service_fxdd + '/login',
|
login: service_xyt + '/login',
|
||||||
info: service_fxdd + '/getInfo',
|
info: service_xyt + '/getInfo',
|
||||||
router: service_fxdd + '/getRouters',
|
router: service_xyt + '/getRouters',
|
||||||
role: service_fxdd + '/system/menu/list'
|
role: service_xyt + '/system/menu/list'
|
||||||
},
|
},
|
||||||
|
|
||||||
// 基本情况
|
// 基本情况
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue