diff --git a/env/.env b/env/.env index 8aba071..78832a7 100644 --- a/env/.env +++ b/env/.env @@ -26,4 +26,4 @@ VITE_APP_PROXY= true VITE_APP_PROXY_PREFIX = '/api' # 是否启用mock (1.仅支持h5 2.启用必须要开启代理,否则生效。) -VITE_USE_MOCK = true +VITE_USE_MOCK = false diff --git a/src/components/PageLayout/PageLayout.vue b/src/components/PageLayout/PageLayout.vue index 70c91db..78c825c 100644 --- a/src/components/PageLayout/PageLayout.vue +++ b/src/components/PageLayout/PageLayout.vue @@ -21,7 +21,7 @@