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
8174cec0
Commit
8174cec0
authored
Mar 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端打包文件
parent
0479ba71
Pipeline
#2517
canceled with stages
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8742 additions
and
8970 deletions
+8742
-8970
study-manager-ui/admin/public/index.html
study-manager-ui/admin/public/index.html
+3
-3
study-manager-ui/admin/yarn.lock
study-manager-ui/admin/yarn.lock
+8734
-8962
study-manager/target/classes/application.yml
study-manager/target/classes/application.yml
+2
-2
study-manager/target/classes/bootstrap.yml
study-manager/target/classes/bootstrap.yml
+3
-3
No files found.
study-manager-ui/admin/public/index.html
View file @
8174cec0
...
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
政务学习平台
</title>
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css">--
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css"
>
</head>
<body>
<noscript>
...
...
@@ -14,10 +14,10 @@
</noscript>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<!--
<script src="https://unpkg.com/vue@2.6.14/dist/vue.runtime.min.js"></script>
<script
src=
"https://unpkg.com/vue@2.6.14/dist/vue.runtime.min.js"
></script>
<script
src=
"https://unpkg.com/vuex@3.6.0/dist/vuex.min.js"
></script>
<script
src=
"https://unpkg.com/vue-router@3.4.9/dist/vue-router.min.js"
></script>
<script
src=
"https://unpkg.com/element-ui@2.15.5/lib/index.js"
></script>
<script src="https://unpkg.com/vue-amap/dist/index.js"></script>
-->
<script
src=
"https://unpkg.com/vue-amap/dist/index.js"
></script>
</body>
</html>
study-manager-ui/admin/yarn.lock
View file @
8174cec0
This diff is collapsed.
Click to expand it.
study-manager/target/classes/application.yml
View file @
8174cec0
...
...
@@ -3,7 +3,7 @@ spring:
allow-bean-definition-overriding
:
true
application
:
log
:
level
:
info
path
:
/mortals/app/logs
level
:
INFO
path
:
/
home/
mortals/app/logs
study-manager/target/classes/bootstrap.yml
View file @
8174cec0
...
...
@@ -8,7 +8,7 @@ spring:
application
:
name
:
study-manager
profiles
:
active
:
develop
active
:
test
servlet
:
multipart
:
max-file-size
:
100MB
...
...
@@ -23,9 +23,9 @@ spring:
nacos
:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
discovery
:
server-addr
:
192.168.0.
6
2:8848
# Nacos 服务器地址
server-addr
:
192.168.0.
25
2:8848
# Nacos 服务器地址
group
:
DEFAULT_GROUP
namespace
:
smart-gov-c
s
namespace
:
smart-gov-c
huanshan
config
:
server-addr
:
${spring.cloud.nacos.discovery.server-addr}
# Nacos 服务器地址
group
:
${spring.cloud.nacos.discovery.group}
...
...
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