diff --git a/admin/.env.production.example b/admin/.env.production.example deleted file mode 100644 index e841ff9..0000000 --- a/admin/.env.production.example +++ /dev/null @@ -1,4 +0,0 @@ -NODE_ENV = 'production' - -# 请求域名 -VITE_APP_BASE_URL='' \ No newline at end of file diff --git a/admin/src/App.vue b/admin/src/App.vue index 5177f10..8803c72 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -47,6 +47,8 @@ watch( immediate: true } ) +console.log(import.meta.env); +