Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front
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:50:04 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -121,7 +121,9 @@
</script> </script>
<template> <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="customize" v-else>
<div class="title">Customize your Look!</div> <div class="title">Customize your Look!</div>
<p class="tip">Refine your Look</p> <p class="tip">Refine your Look</p>

View File

@@ -265,7 +265,7 @@ defineExpose({ open, close, openSwitchCustomerPopup })
</template> </template>
<template v-else> <template v-else>
<button class="switch" @click="switchCustomer">Switch Customer</button> <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> <button class="logout" @click="logout">Log out</button>
</template> </template>
</form> </form>