diff --git a/.env.production b/.env.production index e0d775f..0f971be 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ ENV = 'production' # 接口地址 -VUE_APP_BASE_API = 'https://goapi.yixiang.co' +VUE_APP_BASE_API = 'http://localhost:8080' VUE_APP_WS_API = 'ws:///127.0.0.1:8001' diff --git a/.gitignore b/.gitignore index 38801a4..5f74b03 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ selenium-debug.log package-lock.json yarn.lock +/beego-vue-admin-web.iml