业务员签约
This commit is contained in:
@@ -10,8 +10,8 @@ import router from '../router'
|
||||
|
||||
// 基础配置
|
||||
const config = {
|
||||
apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
||||
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
||||
// apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
||||
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
||||
timeout : 60000
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,15 @@ const rights = () => {
|
||||
})
|
||||
}
|
||||
|
||||
// 业务员签约
|
||||
const sign = () => {
|
||||
return request({
|
||||
url : 'app/user/sign_url',
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
index,
|
||||
rights
|
||||
rights,
|
||||
sign
|
||||
}
|
||||
Reference in New Issue
Block a user