| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 17:00:30 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-09-30 09:06:51 |
| | | * @LastEditTime: 2022-10-10 10:13:57 |
| | | * @FilePath: \srs-police-affairs\src\components\map\index.vue |
| | | * @Description: 公用地图组件 |
| | | * |
| | |
| | | // 天地图 影像 |
| | | global.viewer.imageryLayers.addImageryProvider( |
| | | new global.DC.Namespace.Cesium.UrlTemplateImageryProvider({ |
| | | url: 'http://t{s}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0', |
| | | url: 'http://t{s}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=e45274b0235bb913eceb393aabbf9c9c', |
| | | subdomains: ['0', '1', '2', '3', '4', '5', '6', '7'], |
| | | format: 'image/jpeg', |
| | | show: true, |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-09-07 09:34:58 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-09-29 16:50:20 |
| | | * @LastEditTime: 2022-10-10 10:23:50 |
| | | * @FilePath: \srs-police-affairs\src\main.js |
| | | * @Description: |
| | | * |
| | |
| | | |
| | | import './permission' |
| | | //这一段是引入mock |
| | | import '@/mock/index' |
| | | // import '@/mock/index' |
| | | |
| | | // 全局组件自动注册 |
| | | import './components/autoRegister' |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 320px; |
| | | height: 260px; |
| | | top: 50%; |
| | | left: 50% !important; |
| | | transform: translate(-50%, -50%); |
| | |
| | | this.houseChange(true) |
| | | }) |
| | | |
| | | axios.get('/user/getUserList').then((res) => { |
| | | console.log(res, 999) |
| | | }) |
| | | // axios.get('/user/getUserList').then((res) => { |
| | | // console.log(res, 999) |
| | | // }) |
| | | }, |
| | | updated () { |
| | | |