diff --git a/.env.development b/.env.development index 9a63819e..4e467440 100644 --- a/.env.development +++ b/.env.development @@ -5,13 +5,11 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' +#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' - - # VITE_APP_BASE_API_Url = 'http://192.168.247.200' # VITE_APP_BASE_API_Url = 'http://aitscdn.jlbank.com.cn:7001' # VITE_APP_BASE_API_Url = 'http://192.168.108.129' diff --git a/src/components/cached-avatar/cached-avatar.vue b/src/components/cached-avatar/cached-avatar.vue index ff1a20b6..cc2475d3 100644 --- a/src/components/cached-avatar/cached-avatar.vue +++ b/src/components/cached-avatar/cached-avatar.vue @@ -8,7 +8,7 @@ import { ref, reactive, watch, onMounted } from 'vue'; import { defaultAvatar } from '@/enum.js'; import { getUserInfo } from '@/common/common'; - + const imagePath = ref(''); const imageAddr = ref(''); diff --git a/src/pages/competition/result.vue b/src/pages/competition/result.vue index d6077194..ec763a07 100644 --- a/src/pages/competition/result.vue +++ b/src/pages/competition/result.vue @@ -1,5 +1,6 @@