图片提交前压缩图片处理

This commit is contained in:
BOOL\25024
2023-07-18 10:34:51 +08:00
parent 6656f86c8c
commit fa44dc7ca6
2 changed files with 998 additions and 446 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -35,9 +35,9 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
// target: `http://localhost:8080`,
// 更改代理为本地地址
// target: `http://192.168.2.3:8080`,
target: `http://192.168.2.5:8080`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",