课程管理的增删改查以及批量删除以及富文本加密以及名称查询

This commit is contained in:
2025-06-24 20:27:14 +08:00
parent 787fadd33f
commit 774f7f97ed
8 changed files with 2191 additions and 27 deletions

View File

@ -6,11 +6,11 @@ import router from "../router";
const myAxios = axios.create({
withCredentials: true,
//baseURL:'http://localhost:9091'
baseURL:'http://localhost:9091'
// baseURL:'http://1.94.237.210:3457'
//baseURL:'http://1.94.237.210:8088'
//baseURL:'http://27.30.77.229:9091/'
baseURL:'http://27.30.77.229:9092/'
//baseURL:'http://27.30.77.229:9092/'
});