Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
百
百灵美选商户后台
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
百灵美选
百灵美选商户后台
Commits
2036356c
Commit
2036356c
authored
Aug 29, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增环境配置文件
parent
695996fc
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
1 deletion
+15
-1
.env.development
.env.development
+3
-0
.env.production
.env.production
+3
-0
.env.staging
.env.staging
+3
-0
.gitignore
.idea/.gitignore
+5
-0
setting.config.js
src/config/default/setting.config.js
+1
-1
No files found.
.env.development
0 → 100644
View file @
2036356c
BASE_URL=''
VUE_APP_API_PATH=http://47.99.245.36:8785
NODE_ENV=development
.env.production
0 → 100644
View file @
2036356c
BASE_URL=''
VUE_APP_API_PATH=https://aphrodite-admin.rockstect.net
NODE_ENV=production
.env.staging
0 → 100644
View file @
2036356c
BASE_URL=''
VUE_APP_API_PATH=http://47.99.245.36:8785
NODE_ENV=production
.idea/.gitignore
0 → 100644
View file @
2036356c
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
src/config/default/setting.config.js
View file @
2036356c
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment