Commit 9c352f0a authored by 沈翠玲's avatar 沈翠玲

接口修改

parent b4438fde
......@@ -13,7 +13,7 @@ const install = (Vue, vm) => {
// 基础服务:登录登出、身份信息、菜单授权、切换系统、字典数据等
login: (params = {}) => vm.$u.postJson(config.adminPath + '/login', params),
// getInfo: (params = {}) => vm.$u.get('http://192.168.1.128:8088' + '/getInfo'),
getInfo: (params = {}) => vm.$u.get('http://182.140.132.45:8088' + '/getInfo'),
getInfo: (params = {}) => vm.$u.get('http://182.140.132.45:9011' + '/getInfo'),
changepassword: (params = {}) => vm.$u.postJson(config.adminPath + '/cmsmv/changepassword', params),
// 到货条码打印查询
getforprint: (params = {}) => vm.$u.postJson(config.adminPath + '/purcc/getforprint', params),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment