代码合并

This commit is contained in:
王兴凯 2026-07-08 08:41:03 +08:00
parent f55b061bf2
commit 948009a314
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ VITE_APP_TITLE = '水电水利建设项目全过程环境管理信息平台'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/dev-api'
# 本地环境
# VITE_APP_BASE_URL = 'http://localhost:8093'
# VITE_APP_BASE_URL = 'http://10.84.121.127:8093'
# 测试环境
# VITE_APP_BASE_URL = 'http://172.16.21.142:8093'
# VITE_APP_BASE_URL = 'http://172.16.21.142:8096'

View File

@ -62,6 +62,7 @@
</template>
<script lang="ts" setup>
import { ref, onMounted, onUnmounted, nextTick,watch } from 'vue';
import { ref, watch } from 'vue';
import { useJidiSelectEventStore } from '@/store/modules/jidiSelectEvent';
import SidePanelItem from '@/components/SidePanelItem/index.vue';