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
0e9b7ff5
Commit
0e9b7ff5
authored
Mar 14, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端打包文件
parent
7839ea4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
study-manager-ui/admin/.env
study-manager-ui/admin/.env
+1
-1
study-manager-ui/admin/src/views/login/authentication.vue
study-manager-ui/admin/src/views/login/authentication.vue
+6
-6
No files found.
study-manager-ui/admin/.env
View file @
0e9b7ff5
...
@@ -8,5 +8,5 @@ VUE_APP_BASE_API =http://plm.testnew.com:8082/m
...
@@ -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_WEBSOCKET_API =127.0.0.1:18222/m
# 门户登录地址
# 门户登录地址
#VUE_APP_PORTAL_URL = http://192.168.0.98:11072
VUE_APP_PORTAL_URL = /portal_home
study-manager-ui/admin/src/views/login/authentication.vue
View file @
0e9b7ff5
...
@@ -27,12 +27,12 @@ export default {
...
@@ -27,12 +27,12 @@ export default {
// 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
// window.location.href=process.env.VUE_APP_PORTAL_URL
//
this.$router.replace({
this
.
$router
.
replace
({
//
path: '/login',
path
:
'
/login
'
,
//
query: {
query
:
{
//
redirect: this.redirect,
redirect
:
this
.
redirect
,
//
}
}
//
});
});
}
}
},
},
computed
:
{
computed
:
{
...
...
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