| | |
| | | VITE_APP_API=/zhyqapi |
| | | |
| | | #页面基础路径 |
| | | VITE_APP_BASE=/zhyq/ |
| | | VITE_APP_BASE=/zhyq-rc/ |
| | |
| | | VITE_APP_API=/zhyqapi |
| | | |
| | | #页面基础路径 |
| | | VITE_APP_BASE=/zhyq/ |
| | | VITE_APP_BASE=/zhyq-rc/ |
| | | |
| | | # 是否在打包时开启压缩,支持 gzip 和 brotli |
| | | VITE_BUILD_COMPRESS = gzip |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 10:56:27 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-10-31 18:36:26 |
| | | * @LastEditTime: 2025-01-03 16:18:32 |
| | | * @FilePath: \bigScreen\index.html |
| | | * @Description: |
| | | * |
| | |
| | | rel="stylesheet" |
| | | type="text/css" |
| | | /> --> |
| | | <title>吉水化工园区“一园一策一图”VR平台</title> |
| | | <title>瑞昌化工集中区“一园一策一图”VR平台</title> |
| | | </head> |
| | | |
| | | <body> |
| | |
| | | <div class="box"> |
| | | <div class="login"> |
| | | <div class="logintitle"> |
| | | 吉水化工园区“一园一策一图”VR平台 |
| | | 瑞昌化工集中区“一园一策一图”VR平台 |
| | | </div> |
| | | <div class="getingo"> |
| | | <p class="title">用户登录</p> |
| | |
| | | <template> |
| | | <div class="w100 h100 relative"> |
| | | <div class="main-header"> |
| | | <div class="title">吉水化工园区“一园一策一图”VR平台</div> |
| | | <div class="title">瑞昌化工集中区“一园一策一图”VR平台</div> |
| | | |
| | | <div class="login-out" @click="signOut"> |
| | | <img :src="loginOutBg" class="img" /> |
| | |
| | | if (!addTileLayers[item.layerName]) { |
| | | // addTileLayers[item.layerName] = [] |
| | | // let tile = window.$viewer.delegate.scene.primitives.add(new window.$Cesium.Cesium3DTileset({ |
| | | // url: '/zhyq/mx/tile_01/tileset.json', |
| | | // url: '/zhyq-rc/mx/tile_01/tileset.json', |
| | | // })) |
| | | |
| | | // url: '/zhyq/mx/tile_01/tileset.json', |
| | | // url: '/zhyq-rc/mx/tile_01/tileset.json', |
| | | // }), 121323) |
| | | // item.urlData.forEach(i => { |
| | | |
| | |
| | | <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">瑞昌化工集中区“一园一策一图”VR平台</div> |
| | | |
| | | <div class="login-out" @click="signOut"> |
| | | <img :src="loginOutBg" class="img" /> |
| | |
| | | const data = res.data.data |
| | | data.records.forEach(item => { |
| | | if(!item.firmName){ |
| | | item.firmName = '吉水化工园区' |
| | | item.firmName = '瑞昌化工集中区' |
| | | } |
| | | }) |
| | | tableData.value = data.records |
| | |
| | | |
| | | // 园区 企业 |
| | | const tilteList = ref([ |
| | | { label: "吉水化工园区", value: "0", id: "1" } |
| | | { label: "瑞昌化工集中区", value: "0", id: "1" } |
| | | ]) |
| | | |
| | | onMounted(() => { |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 10:56:27 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-12-03 13:42:55 |
| | | * @LastEditTime: 2025-01-03 19:18:35 |
| | | * @FilePath: \bigScreen\vite.config.js |
| | | * @Description: |
| | | * |
| | |
| | | rewrite: path => path.replace(/^\/panorama/, ''), |
| | | }, |
| | | |
| | | '/zhyq/newMx': { |
| | | '/zhyq-rc/newMx': { |
| | | // target: 'http://localhost', |
| | | target: 'https://wrj.shuixiongit.com/zhyq/newMx', |
| | | target: 'https://wrj.shuixiongit.com/zhyq-rc/newMx', |
| | | changeOrigin: true, |
| | | rewrite: path => path.replace(/^\/zhyq\/newMx/, ''), |
| | | rewrite: path => path.replace(/^\/zhyq-rc\/newMx/, ''), |
| | | }, |
| | | |
| | | // '/zhyq/mx': { |
| | | // '/zhyq-rc/mx': { |
| | | // // target: 'http://localhost', |
| | | // target: 'https://wrj.shuixiongit.com/zhyq/mx', |
| | | // target: 'https://wrj.shuixiongit.com/zhyq-rc/mx', |
| | | // changeOrigin: true, |
| | | // rewrite: path => path.replace(/^\/zhyq\/mx/, ''), |
| | | // rewrite: path => path.replace(/^\/zhyq-rc\/mx/, ''), |
| | | // }, |
| | | |
| | | '/zhyqapi': { |