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
f43a6ddf
Commit
f43a6ddf
authored
Mar 14, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端打包文件
parent
594ecf58
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
6 deletions
+23
-6
study-manager-ui/admin/.env.production
study-manager-ui/admin/.env.production
+3
-3
study-manager-ui/admin/.env.test
study-manager-ui/admin/.env.test
+1
-1
study-manager-ui/admin/src/views/SSO.vue
study-manager-ui/admin/src/views/SSO.vue
+0
-2
study-manager/pom.xml
study-manager/pom.xml
+19
-0
No files found.
study-manager-ui/admin/.env.production
View file @
f43a6ddf
...
...
@@ -2,11 +2,11 @@
NODE_ENV = production
# 地址
VUE_APP_BASE_API =
http://192.168.0.26:9005/m
VUE_APP_BASE_API =
# websocket地址
VUE_APP_WEBSOCKET_API =
192.168.0.98:18222/m
VUE_APP_WEBSOCKET_API =
# 门户登录地址
VUE_APP_PORTAL_URL =
http://192.168.0.98:11072
VUE_APP_PORTAL_URL =
/portal_home
study-manager-ui/admin/.env.test
View file @
f43a6ddf
...
...
@@ -3,4 +3,4 @@ NODE_ENV = "test"
VUE_APP_API_BASE_URL
=/
basics_api
#图片地址拼接
VUE_APP_
API_IMG_URL
=
VUE_APP_
PORTAL_URL
=
/
portal_home
study-manager-ui/admin/src/views/SSO.vue
View file @
f43a6ddf
...
...
@@ -20,8 +20,6 @@ export default {
//本地登录后跳转
this
.
form
.
loginName
=
jwt_decode
(
token
).
userInfo
.
account
this
.
form
.
password
=
jwt_decode
(
token
).
userInfo
.
password
/* this.form.loginName="admin"
this.form.password="scsmile"*/
...
...
study-manager/pom.xml
View file @
f43a6ddf
...
...
@@ -69,6 +69,25 @@
<skipUi>
false
</skipUi>
</properties>
</profile>
<profile>
<id>
chuanshan-prod
</id>
<properties>
<profiles.active>
chuanshan-prod
</profiles.active>
<profiles.server.port>
17300
</profiles.server.port>
<profiles.server.gatewayport>
11078
</profiles.server.gatewayport>
<profiles.server.path>
/study
</profiles.server.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.nacos.server-addr>
127.0.0.1:8848
</profiles.nacos.server-addr>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.namespace>
smart-gov-chuanshan
</profiles.nacos.namespace>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.level>
INFO
</profiles.log.level>
<package.environment>
test
</package.environment>
<skipUi>
false
</skipUi>
</properties>
</profile>
</profiles>
<properties>
...
...
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