diff --git a/admin/.env.development b/admin/.env.development index b52b36bc..ee70684f 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' -# Base API +# 请求域名 VITE_APP_BASE_URL='https://likeadmin-java.yixiangonline.com' \ No newline at end of file diff --git a/admin/.env.production b/admin/.env.production index 1e1ea2b3..e841ff9b 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -1,3 +1,4 @@ NODE_ENV = 'production' -# Base API + +# 请求域名 VITE_APP_BASE_URL='' \ No newline at end of file diff --git a/admin/src/components/upload/index.vue b/admin/src/components/upload/index.vue index 8a7a9e4e..53794493 100644 --- a/admin/src/components/upload/index.vue +++ b/admin/src/components/upload/index.vue @@ -22,7 +22,7 @@ :close-on-click-modal="false" width="500px" :modal="false" - :before-close="handleClose" + @close="handleClose" >