上传头像

This commit is contained in:
pengxiaolong
2025-05-20 19:09:04 +08:00
parent 6107739077
commit 829199a197
34 changed files with 4902 additions and 233 deletions

View File

@@ -3,7 +3,6 @@ const common_vendor = require("../common/vendor.js");
function request(urldata) {
const { url, data, method, header, userInfo } = urldata;
const baseUrl = "http://192.168.0.218:8086/" + url;
common_vendor.index.__f__("log", "at components/request.js:6", "``````````````````````````````````", userInfo);
if (userInfo) {
common_vendor.index.getStorage({
key: "userinfo",