mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-01 14:31:56 +08:00
Compare commits
4 Commits
2de8fea179
...
04ccd85ecf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04ccd85ecf | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
4c7f0fd29f |
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-dropdown trigger="click" @command="handleSetSize">
|
||||
<div>
|
||||
<div style="line-height: 50px;">
|
||||
<svg-icon class-name="size-icon" icon-class="size" />
|
||||
</div>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user