1
shuishen
2022-11-18 37a4a03e1ddef4f66904dccee54b684e73e9a3b2
1
5 files modified
120 ■■■■■ changed files
src/components/campusNav-jg/index.vue 26 ●●●●● patch | view | raw | blame | history
src/components/campusNav-sd/index.vue 26 ●●●●● patch | view | raw | blame | history
src/components/campusNav/index.vue 26 ●●●●● patch | view | raw | blame | history
src/pcviews/specialmap/celebrate.vue 41 ●●●● patch | view | raw | blame | history
src/store/modules/mobile.js 1 ●●●● patch | view | raw | blame | history
src/components/campusNav-jg/index.vue
@@ -35,11 +35,9 @@
                        </el-input>
                        <div v-show="toNameShow" class="toname-value-box">
                            <ul>
                                <li
                                    v-for="(item, index) in toNameList"
                                    :key="index"
                                    @click="originChange(item)"
                                >{{ item.mechanismname }}</li>
                                <li v-for="(item, index) in toNameList" :key="index" @click="originChange(item)">{{
                                        item.mechanismname
                                }}</li>
                            </ul>
                        </div>
                    </div>
@@ -51,11 +49,9 @@
                        </el-input>
                        <div v-show="comeNameShow" class="comename-value-box">
                            <ul>
                                <li
                                    v-for="(item, index) in comeNameList"
                                    :key="index"
                                    @click="terminusChange(item)"
                                >{{ item.mechanismname }}</li>
                                <li v-for="(item, index) in comeNameList" :key="index" @click="terminusChange(item)">{{
                                        item.mechanismname
                                }}</li>
                            </ul>
                        </div>
                    </div>
@@ -67,7 +63,7 @@
            <div class="path-box" v-show="pathBoxShow">
                <ul>
                    <li v-for="(item, index) in pathBoxList" :key="index">{{item.instruction}}</li>
                    <li v-for="(item, index) in pathBoxList" :key="index">{{ item.instruction }}</li>
                </ul>
            </div>
        </template>
@@ -437,7 +433,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -520,7 +515,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -600,7 +594,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -666,7 +659,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -832,4 +824,6 @@
}
</script>
<style lang="scss" scope></style>
<style lang="scss" scope>
</style>
src/components/campusNav-sd/index.vue
@@ -35,11 +35,9 @@
                        </el-input>
                        <div v-show="toNameShow" class="toname-value-box">
                            <ul>
                                <li
                                    v-for="(item, index) in toNameList"
                                    :key="index"
                                    @click="originChange(item)"
                                >{{ item.mechanismname }}</li>
                                <li v-for="(item, index) in toNameList" :key="index" @click="originChange(item)">{{
                                        item.mechanismname
                                }}</li>
                            </ul>
                        </div>
                    </div>
@@ -51,11 +49,9 @@
                        </el-input>
                        <div v-show="comeNameShow" class="comename-value-box">
                            <ul>
                                <li
                                    v-for="(item, index) in comeNameList"
                                    :key="index"
                                    @click="terminusChange(item)"
                                >{{ item.mechanismname }}</li>
                                <li v-for="(item, index) in comeNameList" :key="index" @click="terminusChange(item)">{{
                                        item.mechanismname
                                }}</li>
                            </ul>
                        </div>
                    </div>
@@ -67,7 +63,7 @@
            <div class="path-box" v-show="pathBoxShow">
                <ul>
                    <li v-for="(item, index) in pathBoxList" :key="index">{{item.instruction}}</li>
                    <li v-for="(item, index) in pathBoxList" :key="index">{{ item.instruction }}</li>
                </ul>
            </div>
        </template>
@@ -437,7 +433,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: new global.DC.PolylineImageTrailMaterialProperty({
                                    color: global.DC.Namespace.Cesium.Color.fromBytes(10, 255, 10),
                                    speed: 60,
@@ -525,7 +520,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: new global.DC.PolylineImageTrailMaterialProperty({
                                    color: global.DC.Namespace.Cesium.Color.fromBytes(10, 255, 10),
                                    speed: 60,
@@ -609,7 +603,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: new global.DC.PolylineImageTrailMaterialProperty({
                                    color: global.DC.Namespace.Cesium.Color.fromBytes(10, 255, 10),
                                    speed: 60,
@@ -679,7 +672,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: new global.DC.PolylineImageTrailMaterialProperty({
                                    color: global.DC.Namespace.Cesium.Color.fromBytes(10, 255, 10),
                                    speed: 60,
@@ -850,4 +842,6 @@
}
</script>
<style lang="scss" scope></style>
<style lang="scss" scope>
</style>
src/components/campusNav/index.vue
@@ -35,11 +35,9 @@
                        </el-input>
                        <div v-show="toNameShow" class="toname-value-box">
                            <ul>
                                <li
                                    v-for="(item, index) in toNameList"
                                    :key="index"
                                    @click="originChange(item)"
                                >{{ item.mechanismname }}</li>
                                <li v-for="(item, index) in toNameList" :key="index" @click="originChange(item)">{{
                                        item.mechanismname
                                }}</li>
                            </ul>
                        </div>
                    </div>
@@ -51,11 +49,9 @@
                        </el-input>
                        <div v-show="comeNameShow" class="comename-value-box">
                            <ul>
                                <li
                                    v-for="(item, index) in comeNameList"
                                    :key="index"
                                    @click="terminusChange(item)"
                                >{{ item.mechanismname }}</li>
                                <li v-for="(item, index) in comeNameList" :key="index" @click="terminusChange(item)">{{
                                        item.mechanismname
                                }}</li>
                            </ul>
                        </div>
                    </div>
@@ -67,7 +63,7 @@
            <div class="path-box" v-show="pathBoxShow">
                <ul>
                    <li v-for="(item, index) in pathBoxList" :key="index">{{item.instruction}}</li>
                    <li v-for="(item, index) in pathBoxList" :key="index">{{ item.instruction }}</li>
                </ul>
            </div>
        </template>
@@ -437,7 +433,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -520,7 +515,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -600,7 +594,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -666,7 +659,6 @@
                            const polyline = new global.DC.Polyline(routes)
                            polyline.setStyle({
                                width: 6,
                                arcType: true,
                                material: global.DC.Color.RED,
                                clampToGround: true
                            })
@@ -832,4 +824,6 @@
}
</script>
<style lang="scss" scope></style>
<style lang="scss" scope>
</style>
src/pcviews/specialmap/celebrate.vue
@@ -7,28 +7,14 @@
                <div class="title">
                    {{ title }}
                    <a href="javascript:void(0);" title="全景浏览">
                        <img
                            @click="panoramaPlay"
                            class="panorama-control deblurring"
                            src="/zhjg/img/icon/panorama.png"
                            alt
                        />
                        <img @click="panoramaPlay" class="panorama-control deblurring" src="/zhjg/img/icon/panorama.png"
                            alt />
                    </a>
                    <a href="javascript:void(0);" title="语音介绍">
                        <img
                            @click="audioPlay"
                            class="audio-control deblurring"
                            :src="audioImgUrl"
                            alt
                        />
                        <img @click="audioPlay" class="audio-control deblurring" :src="audioImgUrl" alt />
                    </a>
                    <a href="javascript:void(0);" title="关闭">
                        <img
                            @click="closeModel"
                            class="close-box deblurring"
                            src="/zhjg/img/navicon/close.png"
                            alt
                        />
                        <img @click="closeModel" class="close-box deblurring" src="/zhjg/img/navicon/close.png" alt />
                    </a>
                </div>
            </div>
@@ -55,20 +41,12 @@
                    <div class="title">
                        全景浏览
                        <a href="javascript:void(0);" title="关闭">
                            <img
                                @click="(panoramaShow = false), (panoramaUrl = '')"
                                class="close-box"
                                src="/zhjg/img/navicon/close.png"
                                alt
                            />
                            <img @click="(panoramaShow = false), (panoramaUrl = '')" class="close-box"
                                src="/zhjg/img/navicon/close.png" alt />
                        </a>
                    </div>
                    <div class="content">
                        <iframe
                            style="width: 100%; height: 100%"
                            :src="panoramaUrl"
                            frameborder="0"
                        ></iframe>
                        <iframe style="width: 100%; height: 100%" :src="panoramaUrl" frameborder="0"></iframe>
                    </div>
                </div>
            </div>
@@ -202,7 +180,6 @@
            polyline.setStyle({
                width: 6,
                arcType: true,
                material: new global.DC.PolylineImageTrailMaterialProperty({
                    color: global.DC.Namespace.Cesium.Color.fromBytes(10, 255, 10),
                    speed: 60,
@@ -341,11 +318,11 @@
        padding: 0 16px;
        height: calc(100% - 36px);
        & > div {
        &>div {
            margin-bottom: 10px;
        }
        & > div:last-child {
        &>div:last-child {
            margin-bottom: 0px;
        }
src/store/modules/mobile.js
@@ -967,7 +967,6 @@
            window.polylinedaohang = new global.DC.Polyline(value) // 加入线
            window.polylinedaohang.setStyle({
                width: 4,
                arcType: true,
                material: global.DC.Color.RED,
                clampToGround: true
            })