This commit is contained in:
余同学 2025-03-18 14:54:25 +08:00
commit 7317367716
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
window.SITE_CONFIG = {}; window.SITE_CONFIG = {};
// 在线api接口请求地址 // 在线api接口请求地址
window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/"; window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/";
// cdn地址 = 域名 + 版本号 // cdn地址 = 域名 + 版本号
window.SITE_CONFIG["domain"] = "./"; // 域名 window.SITE_CONFIG["domain"] = "./"; // 域名

View File

@ -109,9 +109,9 @@ export default {
label: "权限字段", label: "权限字段",
prop: "col", prop: "col",
type: "Input", type: "Input",
required: true, required: false,
rules: { rules: {
required: true, required: false,
message: "请输入权限字段", message: "请输入权限字段",
trigger: "blur", trigger: "blur",
}, },