Commit 841a43ac by Zheng Jie

体验地址更换

parent f0f305fd
...@@ -2,6 +2,6 @@ ENV = 'production' ...@@ -2,6 +2,6 @@ ENV = 'production'
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
VUE_APP_BASE_API = 'https://el-admin.xin' VUE_APP_BASE_API = 'https://el-admin.vip'
# 如果接口是 http 形式, wss 需要改为 ws # 如果接口是 http 形式, wss 需要改为 ws
VUE_APP_WS_API = 'wss://el-admin.xin' VUE_APP_WS_API = 'wss://el-admin.vip'
.DS_Store .DS_Store
node_modules/ node_modules/
dist/ dist/
demo/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
......
...@@ -12,6 +12,9 @@ ELADMIN 前端源码 ...@@ -12,6 +12,9 @@ ELADMIN 前端源码
#### 开发文档 #### 开发文档
[https://el-admin.vip](https://el-admin.vip) [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) 初始模板基于: [https://github.com/PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment