This commit is contained in:
Bai
2024-05-13 16:06:48 +08:00
parent 57746a9daf
commit cd6d9e1687

View File

@@ -443,7 +443,7 @@ export default {
? JSON.parse(localStorage.getItem('tableConfig'))
: {}
let tableName = this.config.name || this.$route.name + '_' + newURL(url).pathname
// 替换url中的uuid避免同一个类型接口生成多个keylocalStorage中的数据无法共用
// 替换url中的uuid避免同一个类型接口生成多个keylocalStorage中的数据无法共用.
tableName = replaceAllUUID(tableName)
_tableConfig[tableName] = {