mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-03 07:21:57 +08:00
[feat] 新增公告的对外开放接口
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<span>更新日志</span>
|
||||
</div>
|
||||
<el-collapse accordion>
|
||||
<el-collapse-item title="v3.6.5.0.4 - 2024-11-13">
|
||||
<el-collapse-item title="v3.6.5.0.5 - 2024-11-13">
|
||||
<ol>
|
||||
<li>使用SpringDoc代替Swagger</li>
|
||||
<li>菜单管理新增路由名称</li>
|
||||
@@ -917,7 +917,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
// 版本号
|
||||
version: "3.6.5.0.4",
|
||||
version: "3.6.5.0.5",
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -36,7 +36,7 @@ module.exports = {
|
||||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://localhost:8080`,
|
||||
target: `https://api.zkjiadi.cc`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
|
||||
Reference in New Issue
Block a user