mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
refactor: 背景图片直接存储在服务器
refactor: 背景图片直接存储在服务器
This commit is contained in:
@@ -109,7 +109,9 @@ const data = {
|
||||
// 仪表板视图明细
|
||||
panelViewDetailsInfo: {},
|
||||
// 当前tab页内组件
|
||||
curActiveTabInner: null
|
||||
curActiveTabInner: null,
|
||||
// static resource local path
|
||||
staticResourcePath: '/static-resource/'
|
||||
},
|
||||
mutations: {
|
||||
...animation.mutations,
|
||||
|
||||
Reference in New Issue
Block a user