UI 框架不允许直接放到项目目录,必须统一到一个地方引入,保证能及时更新到最新版本。
DFC_BIM 是我们软件的根目录
DFC_BIM/System/UI/dfc/vue.js
DFC_BIM/System/UI/dfc/dfccore.js
做项目时请及时编译最新版本进行使用,软件打包时会统一再次更新版本,保证最新
DFC_BIM/System/UI/dfc/ui/dfc-ui.umd.min.js
DFC_BIM/System/UI/dfc/ui/dfc-ui.css
假设项目目录及文件是
DFC_BIM/Core/Common/MyTool/ui/
DFC_BIM/Core/Common/MyTool/ui/index.html
index.html 引用的资源路径为
../../../../System/UI/dfc/vue.js
../../../../System/UI/dfc/dfccore.js
../../../../System/UI/dfc/ui/dfc-ui.umd.js
../../../../System/UI/dfc/ui/dfc-ui.css