fix
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
李志鹏
2025-12-24 11:34:10 +08:00
parent a5cf919ded
commit 9dd3bed850
2 changed files with 4 additions and 2 deletions

View File

@@ -121,7 +121,9 @@
</script>
<template>
<div class="loading" v-if="loading"><generate-loading /></div>
<div class="loading" v-if="loading">
<generate-loading title="Generating Results..." />
</div>
<div class="customize" v-else>
<div class="title">Customize your Look!</div>
<p class="tip">Refine your Look</p>

View File

@@ -260,7 +260,7 @@ defineExpose({ open, close, openSwitchCustomerPopup })
</template>
<template v-else>
<button class="switch" @click="switchCustomer">Switch Customer</button>
<button class="edit" @click="edit">Edit Profile</button>
<!-- <button class="edit" @click="edit">Edit Profile</button> -->
<button class="logout" @click="logout">Log out</button>
</template>
</form>