
前端模板
自己写的模板,为了复用,先写一个
lioncatch
这个作者很懒,什么都没留下…
展开
-
百度地图api vue集成模板收录
<!-- @Author: bijiahao @Description: 百度地图组件 @Date: 2021/2/1 16:51--><template> <div class="map-warp" id="vehicleBaiduMap" style="margin:0 auto;width: 1200px;height:600px;"> </div></template><script>原创 2021-08-28 10:10:48 · 279 阅读 · 0 评论 -
前端js获取本项目的项目根地址
类似 http://localhost:9528/#/device/monitorTalkBack或 https://192.168.11.11:9528/#/device/monitorTalkBack取 http://localhost:9528/或https://192.168.11.11:9528/function getLocalHostPath(){ //获取项目url let cur = window.document.location.href; //获取项目名原创 2021-03-08 10:18:29 · 631 阅读 · 0 评论 -
appLoader样例vue-cli3+elementUI(记录)
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <!-- import CSS --> <link rel="stylesheet" href="../script/element_ui/theme-chalk/index.css"> <style type="text/css"> html, body{ margin:原创 2020-11-17 14:50:13 · 265 阅读 · 0 评论