This commit is contained in:
Net 2025-06-02 20:40:05 +08:00
parent 4b738cedcb
commit 1c1fe848fb
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// const ip: string = "119.29.194.155:8893";
const ip: string = "yufangzc.com";
const ip: string = "119.29.194.155:8893";
// const ip: string = "yufangzc.com";
const fwqip: string = "yufangzc.com";
//打包服务器接口代理标识
const SERVERAGENT: string = "/jzd-api";

View File

@ -21,7 +21,7 @@
@select="(event:any) => afterRead(event, index)"
@close="handleAvatarClose(index)"
:sourceType="['camera', 'album']"
:value="student.xstx"
:value="imagUrl(student.xstx)"
>
<view class="avatar-placeholder">
<view class="wh-full flex-col-center">
@ -108,6 +108,7 @@ import { dicApi } from "@/api/system/dic";
import { loginRegisterJzApi } from "@/api/base/server";
import { useUserStore } from "@/store/modules/user";
import { useDataStore } from "@/store/modules/data";
import {imagUrl} from "@/utils";
const [register, { getValue }] = useForm({
formsProps: { labelWidth: 100 },