Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
d9d4f85d
"...attendance-performance-manager-ui.git" did not exist on "dbc13d63aaf3c89826367c55991766120089ac75"
Commit
d9d4f85d
authored
2 years ago
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改图片显示拼接
parent
4d525de0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
portal-manager-ui/admin/.env.development
portal-manager-ui/admin/.env.development
+4
-1
portal-manager-ui/admin/.env.production
portal-manager-ui/admin/.env.production
+4
-1
portal-manager-ui/admin/.env.test
portal-manager-ui/admin/.env.test
+5
-2
portal-manager-ui/admin/vue.config.js
portal-manager-ui/admin/vue.config.js
+1
-1
No files found.
portal-manager-ui/admin/.env.development
View file @
d9d4f85d
# 开发环境配置
# 开发环境配置
NODE_ENV = development
NODE_ENV = development
VUE_APP_API_BASE_URL=http://192.168.0.98:11078
VUE_APP_API_BASE_URL=http://192.168.0.98:11078
#图片显示拼接
VUE_APP_API_IMG_URL=http://192.168.0.98:11078/
#余林
VUE_APP_API_PHP_URL=http://192.168.0.98:8090
#宜宾
#宜宾
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/.env.production
View file @
d9d4f85d
...
@@ -2,4 +2,7 @@
...
@@ -2,4 +2,7 @@
NODE_ENV = production
NODE_ENV = production
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_IMG_URL = /
#余林
VUE_APP_API_PHP_URL=/zwfw_api
#图片显示拼接
VUE_APP_API_IMG_URL =
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/.env.test
View file @
d9d4f85d
#
生产
环境配置
#
测试
环境配置
NODE_ENV
=
test
NODE_ENV
=
test
VUE_APP_API_BASE_URL
=/
basics_api
VUE_APP_API_BASE_URL
=/
basics_api
#余林
VUE_APP_API_PHP_URL
=/
zwfw_api
#图片显示拼接
VUE_APP_API_IMG_URL
=
\ No newline at end of file
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/vue.config.js
View file @
d9d4f85d
...
@@ -9,7 +9,7 @@ if (!isDev) {
...
@@ -9,7 +9,7 @@ if (!isDev) {
events
:
{
events
:
{
onEnd
:
{
onEnd
:
{
// mkdir: ["./dist"],
// mkdir: ["./dist"],
delete
:
[
"
./
门户系统.zip
"
,
"
./
zip/
"
],
delete
:
[
"
./zip/
"
],
copy
:
[{
source
:
"
./dist
"
,
destination
:
"
./zip/dist
"
}],
copy
:
[{
source
:
"
./dist
"
,
destination
:
"
./zip/dist
"
}],
archive
:
[{
source
:
"
./zip
"
,
destination
:
"
./zip/门户系统.zip
"
}],
archive
:
[{
source
:
"
./zip
"
,
destination
:
"
./zip/门户系统.zip
"
}],
},
},
...
...
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