智慧园区前端大屏
shuishen
2025-02-20 c76b6b7d56a681f4c0e62764fd922f90b4df03dd
安义基础配置调整
9 files modified
26 ■■■■ changed files
.env.development 2 ●●● patch | view | raw | blame | history
.env.production 2 ●●● patch | view | raw | blame | history
index.html 4 ●●●● 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/single/index.vue 2 ●●● patch | view | raw | blame | history
src/views/space/components/box/dataContent.vue 2 ●●● patch | view | raw | blame | history
src/views/supplies/components/dataContent.vue 2 ●●● patch | view | raw | blame | history
vite.config.js 8 ●●●● patch | view | raw | blame | history
.env.development
@@ -13,7 +13,7 @@
VITE_APP_ENV = 'development'
#接口地址
VITE_APP_API=/zhyqrcapi
VITE_APP_API=/zhyqayapi
#页面基础路径
VITE_APP_BASE=/zhyq-rc/
.env.production
@@ -14,7 +14,7 @@
#接口地址
#填写前缀 [/api] 需要用nginx进行反向代理
#填写地址 [https://api.bladex.cn] 只需要保证接口支持跨域即可, 无需再做代理
VITE_APP_API=/zhyqrcapi
VITE_APP_API=/zhyqayapi
#页面基础路径
VITE_APP_BASE=/zhyq-rc/
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-17 14:48:01
 * @LastEditTime: 2025-02-20 20:42:12
 * @FilePath: \bigScreen\index.html
 * @Description: 
 * 
@@ -21,7 +21,7 @@
    rel="stylesheet"
    type="text/css"
  /> -->
  <title>江西瑞昌经济开发区码头工业城化工集中区</title>
  <title>安义化工园区“一园一策一图”VR平台</title>
</head>
<body>
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">江西瑞昌经济开发区码头工业城化工集中区</div>
      <div class="title">安义化工园区“一园一策一图”VR平台</div>
      <div class="login-out" @click="signOut">
        <img :src="loginOutBg" class="img" />
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">江西瑞昌经济开发区码头工业城化工集中区</div>
        <div class="title">安义化工园区“一园一策一图”VR平台</div>
        <div class="login-out" @click="signOut">
          <img :src="loginOutBg" class="img" />
src/views/space/components/box/dataContent.vue
@@ -101,7 +101,7 @@
      const data = res.data.data
      data.records.forEach(item => {
        if (!item.firmName) {
          item.firmName = '瑞昌化工集中区'
          item.firmName = '安义化工集中区'
        }
      })
      tableData.value = data.records
src/views/supplies/components/dataContent.vue
@@ -58,7 +58,7 @@
// 园区 企业
const tilteList = ref([
  { label: "瑞昌化工集中区", value: "0", id: "1" }
  { label: "安义化工集中区", value: "0", id: "1" }
])
onMounted(() => {
vite.config.js
@@ -2,7 +2,7 @@
 * @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: 
 * 
@@ -129,11 +129,11 @@
        //   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': {