From 841a43acd6b6de9a0e216e8217177abed12867bd Mon Sep 17 00:00:00 2001 From: Zheng Jie <201507802@qq.com> Date: Tue, 22 Mar 2022 13:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E9=AA=8C=E5=9C=B0=E5=9D=80=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- .gitignore | 1 + README.md | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 9d1377c..6ef9d55 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -VUE_APP_BASE_API = 'https://el-admin.xin' +VUE_APP_BASE_API = 'https://el-admin.vip' # 如果接口是 http 形式, wss 需要改为 ws -VUE_APP_WS_API = 'wss://el-admin.xin' +VUE_APP_WS_API = 'wss://el-admin.vip' diff --git a/.gitignore b/.gitignore index 78a752d..1978bc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ dist/ +demo/ npm-debug.log* yarn-debug.log* yarn-error.log* diff --git a/README.md b/README.md index 4938313..f835db4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ ELADMIN 前端源码 #### 开发文档 [https://el-admin.vip](https://el-admin.vip) +#### 体验地址 +[https://el-admin.vip/demo](https://el-admin.vip/demo) + #### 前端模板 初始模板基于: [https://github.com/PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)