Merge branch 'net' into development
This commit is contained in:
commit
7dca7db2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ const useStorage = defineStore('storageStore', () => {
|
|||
)
|
||||
}
|
||||
|
||||
if (currentInfo.path.includes(arr[arr.length - 1])) {
|
||||
if (currentInfo.path !== path && currentInfo.path.startsWith(path)) {
|
||||
error.title = 'ตำเเหน่งที่คุณอยู่ถูกลบ'
|
||||
error.msg = ''
|
||||
error.show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue