首页静态完成
This commit is contained in:
11
common/js/apix.js
Normal file
11
common/js/apix.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
cashierServiceloginregister(data) { //用户注册
|
||||
return uni.api.post("/cashierService/login/register", data);
|
||||
},
|
||||
cashierServiceloginregister(data) { //APP登录
|
||||
return uni.api.post("/login/app/login", data);
|
||||
},
|
||||
phoneValidateCode(data) { //验证码
|
||||
return uni.api.get("/phoneValidateCode", data);
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user