Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -240,7 +240,7 @@ function openNoticePanel() {
|
||||
}
|
||||
|
||||
function goToHelpCenter() {
|
||||
router.push({name: 'HelpCenter'});
|
||||
window.open(window.location.origin + '/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/dist/pages/520e67/index.html', '_blank');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -379,7 +379,7 @@ const rules = ref({
|
||||
],
|
||||
busNoParent: [
|
||||
{
|
||||
required: form.formEnum != 4,
|
||||
required: true,
|
||||
message: '请选择上级' + type.value,
|
||||
trigger: 'blur',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user