Commit 2036356c authored by caimeng's avatar caimeng

新增环境配置文件

parent 695996fc
BASE_URL=''
VUE_APP_API_PATH=http://47.99.245.36:8785
NODE_ENV=development
BASE_URL=''
VUE_APP_API_PATH=https://aphrodite-admin.rockstect.net
NODE_ENV=production
BASE_URL=''
VUE_APP_API_PATH=http://47.99.245.36:8785
NODE_ENV=production
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
......@@ -16,7 +16,7 @@ const setting = {
baseURL:process.env.NODE_ENV === 'development' ? 'api' : '',
//baseURL:process.env.NODE_ENV === 'development' ? 'mock-server' : '',
//标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
title: '百灵美选管理后台',
title: '商户管理后台',
//标题分隔符
titleSeparator: ' - ',
//标题是否反转 如果为false:"page - title",如果为ture:"title - page"
......
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