Commit 6d6d2d6d by crushh

update: dist

parent 23db0fb0
...@@ -90,7 +90,8 @@ export default { ...@@ -90,7 +90,8 @@ export default {
let params = { let params = {
phoneNumber: that.partForm.phoneNumber, phoneNumber: that.partForm.phoneNumber,
nationCode: that.partForm.nationCode || '86', nationCode: that.partForm.nationCode || '86',
type: 1 type: 1,
enterpriseId: this.partForm.enterpriseId
// isTest: 1 // 测试时使用 // isTest: 1 // 测试时使用
}; };
getRequest('/haoban-manage3-web/send-code', params) getRequest('/haoban-manage3-web/send-code', 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