UNPKG

address-client

Version:

地址管理前台组件

45 lines (42 loc) 1.52 kB
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <META HTTP-EQUIV="pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"> <META HTTP-EQUIV="expires" CONTENT="0"> <title>奥枫信息系统</title> <style media="screen"> /*url(./static/newmainbg.jpg)*/ body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;} body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;} </style> <!--引入地图组件--> <script src="https://webapi.amap.com/maps?v=1.4.2&key=4889f1e58df01cb40415536c8907bf64"></script> <!--引入UI组件库(1.1版本) --> <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script> </head> <body id="bodymain" class="themeOne"> <app></app> <!--<address-select :f_location="{f_locationType: 't_organization', f_locationId: 1535}" :show="true" />--> </body> </html> <script> import NewAreaInfo from "./src/components/NewAreaInfo"; export default { components: {NewAreaInfo} } </script> <script> import NewAreaInfo from "./src/components/NewAreaInfo"; export default { components: {NewAreaInfo} } </script> <script> import Basch from "./src/components/basch"; export default { components: {Basch} } </script>