业绩管理模块的静态样式

This commit is contained in:
2025-07-06 22:25:17 +08:00
parent 06debc411c
commit c3b2fcd433
18 changed files with 1317 additions and 233 deletions

View File

@ -7,11 +7,14 @@ import router from "../router";
const myAxios = axios.create({
withCredentials: true,
// baseURL:'http://localhost:9091'
baseURL:'http://localhost:9092'
//baseURL:'http://localhost:9092'
// 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://160.202.242.36:9092/'
baseURL:'http://160.202.242.36:9092/'
});