refactor: 更新 README 文档与后端服务配置

This commit is contained in:
pikachu1995@126.com
2026-07-13 16:49:49 +08:00
parent 29acc7f0ee
commit f6037dc18b
5 changed files with 51 additions and 105 deletions

View File

@@ -151,7 +151,7 @@
<el-upload
v-if="canUploadImages"
ref="up"
:action="commonUrl + '/common/common/upload/file'"
:action="sellerUrl + '/store/common/upload/file'"
:data="uploadData"
:headers="accessToken"
:before-upload="beforeUpload"
@@ -323,7 +323,7 @@ import {
updateFileDirectory,
} from "@/api/index";
import DPlayer from "dplayer";
import {commonUrl} from "@/libs/axios";
import {sellerUrl} from "@/libs/axios";
import config from "@/config/index";
@@ -351,7 +351,7 @@ export default {
},
data() {
return {
commonUrl, // 上传文件路径
sellerUrl, // 上传文件路径
config, // api地址
fileDirectoryId: "",
groupFormValidate: {