diff --git a/.env.production b/.env.production index 508d339..484f76f 100644 --- a/.env.production +++ b/.env.production @@ -15,14 +15,14 @@ VITE_APP_MONITOR_ADMIN = '/admin/applications' VITE_APP_SNAILJOB_ADMIN = '/snail-job' # 生产环境 -VITE_APP_BASE_API = 'https://wuyeapi.bugtc.com' -# VITE_APP_BASE_API = 'http://192.168.0.222:8080' +# VITE_APP_BASE_API = 'https://wuyeapi.bugtc.com' +VITE_APP_BASE_API = 'http://wuyeapi.ckdzkj.com' # 登录成功跳转地址 # VITE_LOGIN_BACK_URL = '/equipment/WaterDevice' VITE_LOGIN_BACK_URL = '/index' # 工作台正式内容:false 假内容:true -VITE_LOGIN_BACK_URL_WORKBENCH_TRUE= true +VITE_LOGIN_BACK_URL_WORKBENCH_TRUE= false # 是否展示工作台 VITE_APP_SHOW_WORK_PLATFORM = true diff --git a/public/favicon.ico b/public/favicon.ico index 3f919d8..bc78222 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/Map/index.vue b/src/components/Map/index.vue index b845395..cd4b752 100644 --- a/src/components/Map/index.vue +++ b/src/components/Map/index.vue @@ -7,7 +7,7 @@ import TdtMap from './TDT.vue'; const emits = defineEmits(); const props = defineProps(); -const GDorTDT = import.meta.env.VITE_APP_MAP_TYPE !== 'GCJ02'; +const GDorTDT = import.meta.env.VITE_APP_MAP_TYPE === 'GCJ02'; // 实例绑定 const GDRef = ref>(); diff --git a/src/views/login.vue b/src/views/login.vue index 5a902cd..a6ecff4 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -37,6 +37,21 @@ + @@ -187,6 +202,13 @@ onMounted(() => {