Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
etl-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
赵啸非
etl-platform
Commits
50552de1
Commit
50552de1
authored
Jul 16, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改xml
parent
3ccfae65
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
etl-manager-ui/admin/.env.production
etl-manager-ui/admin/.env.production
+1
-1
etl-manager-ui/admin/.env.test
etl-manager-ui/admin/.env.test
+1
-1
etl-manager-ui/admin/src/assets/utils/ajax.js
etl-manager-ui/admin/src/assets/utils/ajax.js
+1
-1
No files found.
etl-manager-ui/admin/.env.production
View file @
50552de1
...
@@ -10,4 +10,4 @@ VUE_APP_WEBSOCKET_API =
...
@@ -10,4 +10,4 @@ VUE_APP_WEBSOCKET_API =
# 门户登录地址
# 门户登录地址
VUE_APP_PORTAL_URL = /portal_home
VUE_APP_PORTAL_URL = /portal_home
VUE_APP_PORTAL_PORT = 110
89
VUE_APP_PORTAL_PORT = 110
47
etl-manager-ui/admin/.env.test
View file @
50552de1
...
@@ -5,4 +5,4 @@ VUE_APP_API_BASE_URL=/basics_api
...
@@ -5,4 +5,4 @@ VUE_APP_API_BASE_URL=/basics_api
#图片地址拼接
#图片地址拼接
VUE_APP_PORTAL_URL
=
/
portal_home
VUE_APP_PORTAL_URL
=
/
portal_home
VUE_APP_PORTAL_PORT
=
1
7300
VUE_APP_PORTAL_PORT
=
1
1047
etl-manager-ui/admin/src/assets/utils/ajax.js
View file @
50552de1
...
@@ -28,7 +28,7 @@ instance.interceptors.request.use(config => {
...
@@ -28,7 +28,7 @@ instance.interceptors.request.use(config => {
const
hostname
=
location
.
hostname
;
const
hostname
=
location
.
hostname
;
const
baseURL
=
config
.
baseURL
;
const
baseURL
=
config
.
baseURL
;
//const port = location.port;
//const port = location.port;
const
port
=
process
.
env
.
VUE_APP_PORTAL_PORT
==
'
undefined
'
?
'
110
89
'
:
process
.
env
.
VUE_APP_PORTAL_PORT
;
const
port
=
process
.
env
.
VUE_APP_PORTAL_PORT
==
'
undefined
'
?
'
110
47
'
:
process
.
env
.
VUE_APP_PORTAL_PORT
;
// 动态修改请求地址
// 动态修改请求地址
...
...
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