Merge branch 'master' of http://60.204.229.151:20080/chenkangxu/merchant-web
This commit is contained in:
commit
7317367716
|
@ -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"] = "./"; // 域名
|
||||||
|
|
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue