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; +//}