Browse Source

fix:修复图片路径不显示

pull/47/head
肖晋飞 3 weeks ago
parent
commit
28265bebdd
  1. 4
      src/views/dashboard/demo/components/demo.json

4
src/views/dashboard/demo/components/demo.json

@ -2,7 +2,7 @@
"title": "示例设备展示", "title": "示例设备展示",
"LeftUp": { "LeftUp": {
"Header": "设备静态图", "Header": "设备静态图",
"path": "/src/assets/svg/illustration.svg", "path": "../../../../assets/svg/illustration.svg",
"Content": "" "Content": ""
}, },
"LeftMidUp": { "LeftMidUp": {
@ -52,7 +52,7 @@
}, },
"LeftDown": { "LeftDown": {
"Header": "生产流程", "Header": "生产流程",
"path": "/src/assets/svg/illustration.svg", "path": "../../../../assets/svg/illustration.svg",
"Content": "/api/v1/assets/production_flow.svg" "Content": "/api/v1/assets/production_flow.svg"
}, },
"RightDown": { "RightDown": {

Loading…
Cancel
Save