mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
菜单\自动全部替换为/
This commit is contained in:
@@ -282,7 +282,7 @@ const addParameter = (form) => {
|
||||
}
|
||||
|
||||
const fmtComponent = () => {
|
||||
form.value.component = form.value.component.replace('\\', '/')
|
||||
form.value.component = form.value.component.replace(/\\/g, '/')
|
||||
}
|
||||
|
||||
// 删除参数
|
||||
|
||||
Reference in New Issue
Block a user