| | |
| | | VITE_APP_ENV = 'development' |
| | | |
| | | #接口地址 |
| | | VITE_APP_API=/zhyqrcapi |
| | | VITE_APP_API=/zhyqayapi |
| | | |
| | | #页面基础路径 |
| | | VITE_APP_BASE=/zhyq-rc/ |
| | |
| | | #接口地址 |
| | | #填写前缀 [/api] 需要用nginx进行反向代理 |
| | | #填写地址 [https://api.bladex.cn] 只需要保证接口支持跨域即可, 无需再做代理 |
| | | VITE_APP_API=/zhyqrcapi |
| | | VITE_APP_API=/zhyqayapi |
| | | |
| | | #页面基础路径 |
| | | VITE_APP_BASE=/zhyq-rc/ |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 10:56:27 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2025-01-17 14:48:01 |
| | | * @LastEditTime: 2025-02-20 20:42:12 |
| | | * @FilePath: \bigScreen\index.html |
| | | * @Description: |
| | | * |
| | |
| | | rel="stylesheet" |
| | | type="text/css" |
| | | /> --> |
| | | <title>江西瑞昌经济开发区码头工业城化工集中区</title> |
| | | <title>安义化工园区“一园一策一图”VR平台</title> |
| | | </head> |
| | | |
| | | <body> |
| | |
| | | <div class="box"> |
| | | <div class="login"> |
| | | <div class="logintitle"> |
| | | 江西瑞昌经济开发区码头工业城化工集中区 |
| | | 安义化工园区“一园一策一图”VR平台 |
| | | </div> |
| | | <div class="getingo"> |
| | | <p class="title">用户登录</p> |
| | |
| | | <template> |
| | | <div class="w100 h100 relative"> |
| | | <div class="main-header"> |
| | | <div class="title">江西瑞昌经济开发区码头工业城化工集中区</div> |
| | | <div class="title">安义化工园区“一园一策一图”VR平台</div> |
| | | |
| | | <div class="login-out" @click="signOut"> |
| | | <img :src="loginOutBg" class="img" /> |
| | |
| | | <div class="wrapper"> |
| | | <div class="w100 h100 relative main-content single-page" id="MainContent"> |
| | | <div class="main-header"> |
| | | <div class="title">江西瑞昌经济开发区码头工业城化工集中区</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: 2025-01-12 01:00:49 |
| | | * @LastEditTime: 2025-02-20 20:40:33 |
| | | * @FilePath: \bigScreen\vite.config.js |
| | | * @Description: |
| | | * |
| | |
| | | // rewrite: path => path.replace(/^\/zhyq-rc\/mx/, ''), |
| | | // }, |
| | | |
| | | '/zhyqrcapi': { |
| | | '/zhyqayapi': { |
| | | // target: 'http://localhost:8082', |
| | | target: 'https://wrj.shuixiongit.com/zhyqrcapi', |
| | | target: 'https://wrj.shuixiongit.com/zhyqayapi', |
| | | changeOrigin: true, |
| | | rewrite: path => path.replace(/^\/zhyqrcapi/, ''), |
| | | rewrite: path => path.replace(/^\/zhyqayapi/, ''), |
| | | }, |
| | | |
| | | '/arcgis117': { |