智慧园区前端大屏
85935cb7f12e97b40e8896ac47406370a305c2d0..2f997581afcd639995fe6ca4bbcb699592cb1bd9
2025-01-18 shuishen
系统名称更改
2f9975 diff | tree
2025-01-18 shuishen
倾斜加载配置
34e38f diff | tree
2025-01-18 shuishen
瑞昌影像增加
6bc259 diff | tree
6 files modified
1 files added
36 ■■■■ changed files
index.html 4 ●●●● patch | view | raw | blame | history
src/assets/img/rcBase.jpg patch | view | raw | blame | history
src/pages/login.vue 2 ●●● patch | view | raw | blame | history
src/pages/main/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/map/components/scomponents/baseMap.vue 20 ●●●●● patch | view | raw | blame | history
src/pages/single/index.vue 2 ●●● patch | view | raw | blame | history
vite.config.js 6 ●●●●● patch | view | raw | blame | history
index.html
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-25 10:56:27
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2025-01-03 16:18:32
 * @LastEditTime: 2025-01-17 14:48:01
 * @FilePath: \bigScreen\index.html
 * @Description: 
 * 
@@ -21,7 +21,7 @@
    rel="stylesheet"
    type="text/css"
  /> -->
  <title>瑞昌化工集中区“一园一策一图”VR平台</title>
  <title>江西瑞昌经济开发区码头工业城化工集中区</title>
</head>
<body>
src/assets/img/rcBase.jpg
src/pages/login.vue
@@ -2,7 +2,7 @@
  <div class="box">
    <div class="login">
      <div class="logintitle">
        瑞昌化工集中区“一园一策一图”VR平台
        江西瑞昌经济开发区码头工业城化工集中区
      </div>
      <div class="getingo">
        <p class="title">用户登录</p>
src/pages/main/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="w100 h100 relative">
    <div class="main-header">
      <div class="title">瑞昌化工集中区“一园一策一图”VR平台</div>
      <div class="title">江西瑞昌经济开发区码头工业城化工集中区</div>
      <div class="login-out" @click="signOut">
        <img :src="loginOutBg" class="img" />
src/pages/map/components/scomponents/baseMap.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-28 11:44:45
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-12-03 12:01:12
 * @LastEditTime: 2025-01-18 23:32:43
 * @FilePath: \bigScreen\src\pages\map\components\scomponents\baseMap.vue
 * @Description: 
 * 
@@ -172,6 +172,16 @@
  minimumLevel: 3,
})
const baseRcImages = new window.$Cesium.WebMapTileServiceImageryProvider({
  url: '/arcgis117/rest/services/DTFW/rcgyyyx/MapServer/WMTS',
  layer: 'DTFW_rcgyyyx',
  style: 'default',
  format: 'image/png',
  tileMatrixSetID: 'default028mm',
  tilingScheme: new window.$Cesium.GeographicTilingScheme(),
  tileMatrixLabels: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19']
})
let mapLayers = [
  {
    src: getAssetsFile('stand.png'),
@@ -213,6 +223,14 @@
      { key: 'imageryProvider_ammapBz', layer: imageryProvider_ammapBz },
      { key: 'imageryProvider_ammap', layer: imageryProvider_ammap },
    ]
  },
  {
    src: getAssetsFile('rcBase.jpg'),
    mode: '4',
    name: '瑞昌影像',
    layers: [
      { key: 'baseRcImages', layer: baseRcImages },
    ]
  }
]
src/pages/single/index.vue
@@ -2,7 +2,7 @@
  <div class="wrapper">
    <div class="w100 h100 relative main-content single-page" id="MainContent">
      <div class="main-header">
        <div class="title">瑞昌化工集中区“一园一策一图”VR平台</div>
        <div class="title">江西瑞昌经济开发区码头工业城化工集中区</div>
        <div class="login-out" @click="signOut">
          <img :src="loginOutBg" class="img" />
vite.config.js
@@ -135,6 +135,12 @@
          changeOrigin: true,
          rewrite: path => path.replace(/^\/zhyqrcapi/, ''),
        },
        '/arcgis117': {
          target: 'https://wrj.shuixiongit.com/arcgis117',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/arcgis117/, ''),
        },
      },
    },
  })