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