Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-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
刘怀志
pet-business-web
Commits
6775e7fa
Commit
6775e7fa
authored
Jun 30, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发版环境新增
parent
8b11cf31
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
2 deletions
+33
-2
.env.edit
.env.edit
+14
-0
.env.production
.env.production
+3
-2
.env.test
.env.test
+14
-0
package.json
package.json
+2
-0
No files found.
.env.edit
0 → 100644
View file @
6775e7fa
# 开发使用的环境配置文件
# 页面标题
VUE_APP_TITLE = 萌宠医院信息管理平台
# 生产环境配置
ENV = 'edit'
NODE_ENV= 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'http://114.67.241.140:8091'
# 图片显示
VUE_APP_TEST_API = 'http://114.67.241.140:8090'
.env.production
View file @
6775e7fa
# 演示环境配置文件
# 页面标题
# 页面标题
VUE_APP_TITLE = 萌宠医院信息管理平台
VUE_APP_TITLE = 萌宠医院信息管理平台
...
@@ -5,7 +6,7 @@ VUE_APP_TITLE = 萌宠医院信息管理平台
...
@@ -5,7 +6,7 @@ VUE_APP_TITLE = 萌宠医院信息管理平台
ENV = 'production'
ENV = 'production'
# 若依管理系统/生产环境
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'http://
114.67.241.140
:8091'
VUE_APP_BASE_API = 'http://
47.92.195.144
:8091'
# 图片显示
# 图片显示
VUE_APP_TEST_API = 'http://
114.67.241.140
:8090'
VUE_APP_TEST_API = 'http://
47.92.195.144
:8090'
.env.test
0 → 100644
View file @
6775e7fa
# 测试环境配置文件
# 页面标题
VUE_APP_TITLE
=
萌宠医院信息管理平台
# 生产环境配置
ENV
=
'test'
NODE_ENV
=
'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API
=
'http://47.92.55.88:8091'
# 图片显示
VUE_APP_TEST_API
=
'http://47.92.55.88:8090'
package.json
View file @
6775e7fa
...
@@ -8,6 +8,8 @@
...
@@ -8,6 +8,8 @@
"dev_t"
:
"set NODE_OPTIONS=
\"
--openssl-legacy-provider
\"
& npm run dev
\n
"
,
"dev_t"
:
"set NODE_OPTIONS=
\"
--openssl-legacy-provider
\"
& npm run dev
\n
"
,
"dev"
:
"vue-cli-service serve"
,
"dev"
:
"vue-cli-service serve"
,
"build:prod"
:
"vue-cli-service build"
,
"build:prod"
:
"vue-cli-service build"
,
"build:test"
:
"vue-cli-service build --mode test"
,
"build:edit"
:
"vue-cli-service build --mode edit"
,
"build:stage"
:
"vue-cli-service build --mode staging"
,
"build:stage"
:
"vue-cli-service build --mode staging"
,
"preview"
:
"node build/index.js --preview"
,
"preview"
:
"node build/index.js --preview"
,
"lint"
:
"eslint --ext .js,.vue src"
,
"lint"
:
"eslint --ext .js,.vue src"
,
...
...
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