在分期管理 新增重新生成目录文件 按钮

This commit is contained in:
2026-05-26 13:35:13 +08:00
parent f66f8086f2
commit 7e46a82b89
3 changed files with 13445 additions and 32 deletions

View File

@@ -3,17 +3,18 @@ module.exports = {
assetsDir: 'static',
productionSourceMap: false,
devServer: {
public: 'http://192.168.110.156:8081/' // 你自己本地的ip地址:端口号
public: 'http://192.168.110.157:8081/' // 你自己本地的ip地址:端口号
}
// devServer: {
// proxy: {
// '/api':{
// target:'http://jsonplaceholder.typicode.com',
// changeOrigin:true,
// pathRewrite:{
// '/api':''
// }
// }
// }
// }
//本地
// devServer: {
// public: 'http://192.168.110.156:8081/', // 你自己本地的ip地址:端口号
// proxy: {
// '/master': {
// // target: 'https://master.tmrjournals.com',
// target: 'http://journalapi.tmrjournals.com/public/index.php',
// changeOrigin: true,
// secure: true
// }
// }
// }
}