业务员签约

This commit is contained in:
唐明明
2023-03-08 11:51:43 +08:00
parent d81577bcac
commit 478b70e9f7
10 changed files with 110 additions and 23 deletions

View File

@@ -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
}

View File

@@ -22,7 +22,15 @@ const rights = () => {
})
}
// 业务员签约
const sign = () => {
return request({
url : 'app/user/sign_url',
})
}
export {
index,
rights
rights,
sign
}