mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-29 19:53:26 +00:00
test
This commit is contained in:
parent
57746a9daf
commit
cd6d9e1687
@ -443,7 +443,7 @@ export default {
|
|||||||
? JSON.parse(localStorage.getItem('tableConfig'))
|
? JSON.parse(localStorage.getItem('tableConfig'))
|
||||||
: {}
|
: {}
|
||||||
let tableName = this.config.name || this.$route.name + '_' + newURL(url).pathname
|
let tableName = this.config.name || this.$route.name + '_' + newURL(url).pathname
|
||||||
// 替换url中的uuid,避免同一个类型接口生成多个key,localStorage中的数据无法共用
|
// 替换url中的uuid,避免同一个类型接口生成多个key,localStorage中的数据无法共用.
|
||||||
tableName = replaceAllUUID(tableName)
|
tableName = replaceAllUUID(tableName)
|
||||||
|
|
||||||
_tableConfig[tableName] = {
|
_tableConfig[tableName] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user