Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
study-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
赵啸非
study-platform
Commits
b5b33213
Commit
b5b33213
authored
Mar 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端打包文件
parent
8174cec0
Pipeline
#2518
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
study-manager-ui/admin/.env
study-manager-ui/admin/.env
+1
-1
study-manager-ui/admin/.env.test
study-manager-ui/admin/.env.test
+2
-3
study-manager-ui/admin/src/views/login/authentication.vue
study-manager-ui/admin/src/views/login/authentication.vue
+1
-1
No files found.
study-manager-ui/admin/.env
View file @
b5b33213
...
...
@@ -8,5 +8,5 @@ VUE_APP_BASE_API =http://plm.testnew.com:8082/m
VUE_APP_WEBSOCKET_API =127.0.0.1:18222/m
# 门户登录地址
VUE_APP_PORTAL_URL = http://192.168.0.98:11072
#
VUE_APP_PORTAL_URL = http://192.168.0.98:11072
study-manager-ui/admin/.env.test
View file @
b5b33213
#开发环境
NODE_ENV
=
"test"
VUE_APP_API_BASE_URL
=/
basics_api
#门户
VUE_APP_API_portal_URL
=/
portal_home
#图片地址拼接
VUE_APP_API_IMG_URL
=
study-manager-ui/admin/src/views/login/authentication.vue
View file @
b5b33213
...
...
@@ -24,7 +24,7 @@ export default {
this
.
$message
.
error
(
error
.
message
||
'
请登录
'
);
console
.
log
(
"
href:
"
+
process
.
env
.
VUE_APP_PORTAL_URL
)
window
.
location
.
href
=
process
.
env
.
VUE_APP_PORTAL_URL
==
'
undefined
'
?
'
http://192.168.0.98:11072
'
:
process
.
env
.
VUE_APP_PORTAL_URL
//
window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
// window.location.href=process.env.VUE_APP_PORTAL_URL
// this.$router.replace({
...
...
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