refactor: 背景图片直接存储在服务器

refactor: 背景图片直接存储在服务器
This commit is contained in:
王嘉豪
2022-04-25 12:13:05 +08:00
committed by GitHub
parent dbb8a7a76d
commit f55749417d
11 changed files with 270 additions and 27 deletions

View File

@@ -109,7 +109,9 @@ const data = {
// 仪表板视图明细
panelViewDetailsInfo: {},
// 当前tab页内组件
curActiveTabInner: null
curActiveTabInner: null,
// static resource local path
staticResourcePath: '/static-resource/'
},
mutations: {
...animation.mutations,