Commit a3721f48 authored by huangyecong's avatar huangyecong

修改接口地址

parent c2a81df4
...@@ -6,7 +6,7 @@ import req from './request' ...@@ -6,7 +6,7 @@ import req from './request'
let api = {} let api = {}
// 登录接口: // 登录接口:
api.userLogin = function (data) { api.userLogin = function (data) {
return req.post('/api/common/login', data) return req.post('/common/login', data)
} }
//查询当前语言 //查询当前语言
api.getLanguageL = function (data) { api.getLanguageL = function (data) {
......
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