fix: BUG修改
This commit is contained in:
parent
6dcf1e0c3b
commit
1e6bfc732f
@ -2,9 +2,9 @@
|
|||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
|
|
||||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||||
VITE_API_URL = 'http://192.168.34.155:6688'
|
# VITE_API_URL = 'http://192.168.34.155:6688'
|
||||||
# VITE_API_URL = "http://zjjsghj.weihai.cn"
|
# VITE_API_URL = "http://zjjsghj.weihai.cn"
|
||||||
# VITE_API_URL = 'http://jat.weihaihuancui.cn'
|
VITE_API_URL = 'http://jat.weihaihuancui.cn'
|
||||||
# VITE_API_URL = "http://60.212.191.85:9000"
|
# VITE_API_URL = "http://60.212.191.85:9000"
|
||||||
VITE_WPAPI_URL = "http://182.90.224.147:8081"
|
VITE_WPAPI_URL = "http://182.90.224.147:8081"
|
||||||
# VITE_API_URL = "http://182.90.224.147:6688"
|
# VITE_API_URL = "http://182.90.224.147:6688"
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; object-src 'none'" />
|
||||||
<title><%- title %></title>
|
<title><%- title %></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -73,13 +73,13 @@ export const rules = reactive<FormRules>({
|
|||||||
// },
|
// },
|
||||||
// { pattern: /[^\w_]/g, message: "请输入 18 位", trigger: "blur" }
|
// { pattern: /[^\w_]/g, message: "请输入 18 位", trigger: "blur" }
|
||||||
],
|
],
|
||||||
registerPlace: [
|
// registerPlace: [
|
||||||
{
|
// {
|
||||||
required: true,
|
// required: true,
|
||||||
message: "请选择企业地址",
|
// message: "请选择企业地址",
|
||||||
trigger: "blur"
|
// trigger: "blur"
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
businessAddress: [
|
businessAddress: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@ -128,13 +128,13 @@ export const rules = reactive<FormRules>({
|
|||||||
trigger: "change"
|
trigger: "change"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
position: [
|
// position: [
|
||||||
{
|
// {
|
||||||
required: true,
|
// required: true,
|
||||||
message: "请输入企业地址所在经纬度",
|
// message: "请输入企业地址所在经纬度",
|
||||||
trigger: "blur"
|
// trigger: "blur"
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
isAuthority: [
|
isAuthority: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
@ -96,7 +96,7 @@ const rules = reactive<FormRules>({
|
|||||||
phone: [{ required: true, trigger: "blur", message: "手机号格式不正确", pattern: /^((0\d{2,3}-\d{7,8})|(1[34578]\d{9}))$/ }],
|
phone: [{ required: true, trigger: "blur", message: "手机号格式不正确", pattern: /^((0\d{2,3}-\d{7,8})|(1[34578]\d{9}))$/ }],
|
||||||
|
|
||||||
password: [{ required: true, message: "请输入密码", trigger: "blur" }],
|
password: [{ required: true, message: "请输入密码", trigger: "blur" }],
|
||||||
projectAddress: [{ required: true, message: "请输入定位", trigger: "blur" }],
|
// projectAddress: [{ required: true, message: "请输入定位", trigger: "blur" }],
|
||||||
enterPassword: [
|
enterPassword: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user