diff --git a/.env.development b/.env.development index 9a5e003..e41da5d 100644 --- a/.env.development +++ b/.env.development @@ -2,10 +2,10 @@ ENV = development # 本地环境接口地址 -VITE_API_URL = http://123.60.153.169:8040/apih5 -# VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 +# VITE_API_URL = http://123.60.153.169:8040/apih5 +VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 -# VITE_API_URL =http://localhost:8040/apih5 +# VITE_API_URL =http://192.168.0.135:8040/apih5 # VITE_API_URL = https://cankao.cs.com.cn/apih5 VITE_API_DATAV_URL = https://cankao.cs.com.cn/zzck_datav \ No newline at end of file diff --git a/src/pages/realtimeInfo/index.vue b/src/pages/realtimeInfo/index.vue index 42007ff..a1ad0a6 100644 --- a/src/pages/realtimeInfo/index.vue +++ b/src/pages/realtimeInfo/index.vue @@ -110,8 +110,7 @@ :show="LoginShow" @handlePopupClose="handlePopupClose" @handlePopupSuccessCallback="handlePopupSuccessCallback" - @handlePopupErrorCallback="handlePopupErrorCallback" - /> + @handlePopupErrorCallback="handlePopupErrorCallback" /> + @close="calendarShow = false"> diff --git a/src/pages/realtimeInfo/indexEtf.vue b/src/pages/realtimeInfo/indexEtf.vue index 10d271a..a1fe3a1 100644 --- a/src/pages/realtimeInfo/indexEtf.vue +++ b/src/pages/realtimeInfo/indexEtf.vue @@ -14,7 +14,7 @@ - + - + @@ -112,6 +112,12 @@ function goDetail(item, index) { }); } +function doBack() { + uni.navigateBack({ + delta: 1, + }); +} + const name = ref(""); const code = ref(""); onLoad((option) => {