From 7a1b10291ee80fff83b499dc56de95a1c68f9870 Mon Sep 17 00:00:00 2001 From: Zheng Jie <201507802@qq.com> Date: Fri, 29 Jul 2022 17:22:29 +0800 Subject: [PATCH] update --- .env.development | 2 +- src/App.vue | 13 ++++++++++++- src/layout/components/AppMain.vue | 6 +++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index d9a2132..a6a4424 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ ENV = 'development' # 接口地址 -VUE_APP_BASE_API = 'http://localhost:8000' +VUE_APP_BASE_API = 'https://el-admin.vip' VUE_APP_WS_API = 'ws://localhost:8000' # 是否启用 babel-plugin-dynamic-import-node插件 diff --git a/src/App.vue b/src/App.vue index ec9032c..1b32803 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,17 @@ diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index d813079..ba3d198 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -64,7 +64,7 @@ export default { padding-right: 15px; } } -.wwads-vertical .wwads-poweredby { - display: none !important; -} +//.wwads-vertical .wwads-poweredby { +// display: none !important; +//}