[feat] 新增公告的对外开放接口

This commit is contained in:
hsdllcw
2025-04-11 15:18:23 +08:00
parent f09cd2a2bf
commit 4d79135b72
29 changed files with 123 additions and 28 deletions

View File

@@ -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]: ''