Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
中汽测评-信息安全测评系统
web
Commits
6bcc7889
Commit
6bcc7889
authored
Jan 26, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(格式整理): LF修改
parent
59f1395f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
170 additions
and
170 deletions
+170
-170
.env.development
.env.development
+11
-11
.env.production
.env.production
+8
-8
.env.staging
.env.staging
+10
-10
vue.config.js
vue.config.js
+141
-141
No files found.
.env.development
View file @
6bcc7889
# 页面标题
# 页面标题
VUE_APP_TITLE = 中汽研安全检测平台管理系统
VUE_APP_TITLE = 中汽研安全检测平台管理系统
# 开发环境配置
# 开发环境配置
ENV = 'development'
ENV = 'development'
# 中汽研安全检测平台管理系统/开发环境
# 中汽研安全检测平台管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
VUE_CLI_BABEL_TRANSPILE_MODULES = true
.env.production
View file @
6bcc7889
# 页面标题
# 页面标题
VUE_APP_TITLE = 中汽研安全检测平台管理系统
VUE_APP_TITLE = 中汽研安全检测平台管理系统
# 生产环境配置
# 生产环境配置
ENV = 'production'
ENV = 'production'
# 中汽研安全检测平台管理系统/生产环境
# 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = 'http://49.232.167.247:22032'
VUE_APP_BASE_API = 'http://49.232.167.247:22032'
.env.staging
View file @
6bcc7889
# 页面标题
# 页面标题
VUE_APP_TITLE = 中汽研安全检测平台管理系统
VUE_APP_TITLE = 中汽研安全检测平台管理系统
NODE_ENV = production
NODE_ENV = production
# 测试环境配置
# 测试环境配置
ENV = 'staging'
ENV = 'staging'
# 中汽研安全检测平台管理系统/测试环境
# 中汽研安全检测平台管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = '/stage-api'
vue.config.js
View file @
6bcc7889
This diff is collapsed.
Click to expand it.
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