diff --git a/env/.env.development b/env/.env.development index e84eb83..1a94a56 100644 --- a/env/.env.development +++ b/env/.env.development @@ -6,6 +6,6 @@ VITE_DELETE_CONSOLE=false #本地环境 #VITE_SERVER_BASEURL=http://liuyao.nat100.top/meiguowaimai #VITE_SERVER_BASEURL=http://192.168.5.11:8080 -VITE_SERVER_BASEURL=https://howhowfresh.com/prod-api +VITE_SERVER_BASEURL=https://www.hhcheflink.com/prod-api #VITE_SERVER_BASEURL=http://192.168.1.8:8811 #VITE_SERVER_BASEURL=http://mifengchuantou.natapp1.cc/meiguowaimai diff --git a/env/.env.production b/env/.env.production index 4839794..f7dc9f4 100644 --- a/env/.env.production +++ b/env/.env.production @@ -5,6 +5,6 @@ VITE_DELETE_CONSOLE=true #正式环境 -VITE_SERVER_BASEURL=https://howhowfresh.com/prod-api +VITE_SERVER_BASEURL=https://www.hhcheflink.com/prod-api #VITE_SERVER_BASEURL=http://liuyao.nat100.top/meiguowaimai diff --git a/src/components/order-item/order-item.vue b/src/components/order-item/order-item.vue index 2c7fc2a..9f50907 100644 --- a/src/components/order-item/order-item.vue +++ b/src/components/order-item/order-item.vue @@ -1,6 +1,7 @@