1
shuishen
2022-10-13 c1fbc8b71a726fce5eb250a95886523ac256c74e
1
5 files modified
3921 ■■■■■ changed files
package-lock.json 3906 ●●●●● patch | view | raw | blame | history
src/components/map/index.vue 4 ●●●● patch | view | raw | blame | history
src/main.js 4 ●●●● patch | view | raw | blame | history
src/styles/base/index.scss 1 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 6 ●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @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: 公用地图组件
 * 
@@ -148,7 +148,7 @@
            // 天地图 影像
            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,
src/main.js
@@ -2,7 +2,7 @@
 * @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: 
 * 
@@ -28,7 +28,7 @@
import './permission'
//这一段是引入mock
import '@/mock/index'
// import '@/mock/index'
// 全局组件自动注册
import './components/autoRegister'
src/styles/base/index.scss
@@ -94,7 +94,6 @@
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 260px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
src/views/home/index.vue
@@ -555,9 +555,9 @@
            this.houseChange(true)
        })
        axios.get('/user/getUserList').then((res) => {
            console.log(res, 999)
        })
        // axios.get('/user/getUserList').then((res) => {
        //     console.log(res, 999)
        // })
    },
    updated () {