Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2026-02-24 17:30:36 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -379,7 +379,7 @@ const rules = ref({
],
busNoParent: [
{
required: form.formEnum != 4,
required: true,
message: '请选择上级' + type.value,
trigger: 'blur',
},