diff --git a/.env.development b/.env.development
index 7013fbe..adfd96d 100644
--- a/.env.development
+++ b/.env.development
@@ -5,8 +5,8 @@ VUE_APP_TITLE = 若依商城管理系统,开源免费,软件开发,微信小程
ENV = 'development'
# 若依管理系统/开发环境
-#VUE_APP_BASE_API = 'https://mall.ichengle.top/api'
-VUE_APP_BASE_API = '/dev-api'
+VUE_APP_BASE_API = 'https://mall.ichengle.top/api'
+#VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
diff --git a/src/layout/index.vue b/src/layout/index.vue
index ad4f690..8c0c022 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -12,7 +12,7 @@