代理入驻

This commit is contained in:
学习很差啦
2023-02-16 10:53:14 +08:00
parent fc5a6a6f7f
commit 989a567ecb
15 changed files with 1218 additions and 11 deletions

View File

@@ -44,4 +44,8 @@ export const URL =
/^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/
// 固话
export const TEL = /0\d{2,3}-\d{7,8}/
export const TEL = /0\d{2,3}-\d{7,8}/
// 营业执照号
export const licenseNum = /(^(?:(?![IOZSV])[\dA-Z]){2}\d{6}(?:(?![IOZSV])[\dA-Z]){10}$)|(^\d{15}$)/;

View File

@@ -454,6 +454,10 @@ export function navigateToLogin (type = "navigateTo") {
* 微信小程序跳转到微信小程序登录页面
* H5/App跳转到普通登录页面
*/
uni[type]({
url: "/pages/passport/login",
});
return
// #ifdef MP-WEIXIN
uni[type]({
url: "/pages/passport/wechatMPLogin",