diff --git a/.env.development b/.env.development index abc4d9c..b509459 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ NODE_ENV = development -VUE_APP_API_BASE_URL = 'http://10.180.218.86:9292' -# VUE_APP_API_BASE_URL = 'http://127.0.0.1:9292' +VITE_API_BASE_URL = 'http://10.180.218.86:9292' +# VITE_API_BASE_URL = 'http://127.0.0.1:9292' diff --git a/.env.production b/.env.production index fe3607d..b9e4cd4 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ NODE_ENV = 'production' -VUE_APP_API_BASE_URL = 'http://api.pro.pearadmin.com' \ No newline at end of file +VITE_API_BASE_URL = 'http://api.pro.pearladmin.com' diff --git a/public/index.html b/index.html similarity index 82% rename from public/index.html rename to index.html index 804551a..a3613c2 100644 --- a/public/index.html +++ b/index.html @@ -5,10 +5,8 @@ - -