diff --git a/.env.development b/.env.development index d5200f1..326ea7c 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_MP_APPID = 'wx42bbe857570c5b40' # 统一接口域名 # VITE_APP_BASE_API = 'http://gateway.ruixininfo.com:8086/' -# VITE_APP_BASE_API = 'https://shop.ruixininfo.com' -VITE_APP_BASE_API = 'http://127.0.0.1:8086' +VITE_APP_BASE_API = 'https://shop.ruixininfo.com' +# VITE_APP_BASE_API = 'http://127.0.0.1:8086' # 图片域名 -VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' +VITE_APP_RESOURCES_URL = 'https://img.ruixininfo.com/' diff --git a/.env.production b/.env.production index 643efec..f1cb7be 100644 --- a/.env.production +++ b/.env.production @@ -12,5 +12,6 @@ VITE_APP_MP_APPID = 'wx42bbe857570c5b40' # 统一接口域名 # VITE_APP_BASE_API = 'http://gateway.ruixininfo.com:8086/' VITE_APP_BASE_API = 'https://shop.ruixininfo.com' +# VITE_APP_BASE_API = 'http://127.0.0.1:8086' # 图片域名 -VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' +VITE_APP_RESOURCES_URL = 'https://img.ruixininfo.com/' diff --git a/.env.testing b/.env.testing index e89e0da..56993f6 100644 --- a/.env.testing +++ b/.env.testing @@ -13,4 +13,4 @@ VITE_APP_MP_APPID = 'wx42bbe857570c5b40' VITE_APP_BASE_API = 'https://shop.ruixininfo.com' # VITE_APP_BASE_API = 'http://127.0.0.1:8086' # 图片域名 -VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' +VITE_APP_RESOURCES_URL = 'https://img.ruixininfo.com/' diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 097358e..0000000 Binary files a/dist.zip and /dev/null differ