提交 28357208 authored 作者: 刘旭's avatar 刘旭

修改合口味logo

上级 23a08fa6
<template>
<div class="logo">
<img src="@/assets/logo.png" alt="logo" />
<span class="title">永信达商城</span>
<!-- <img src="@/assets/logo.png" alt="logo" /> -->
<img src="@/assets/hkw.png" alt="logo" />
<span class="title">合口味商城</span>
</div>
</template>
<script setup lang="ts">
......@@ -16,11 +17,13 @@
align-items: center;
padding-left: 15px;
color: #fff;
img {
width: 64px;
height: 32px;
margin-right: 12px;
}
span {
font-weight: 600;
line-height: 50px;
......
......@@ -2,7 +2,7 @@
<div class="logincontainer">
<el-form class="loginForm" :model="loginModel" ref="loginFormRef" :rules="rules" :inline="false">
<el-form-item>
<div class="loginTitle">永信达商城系统</div>
<div class="loginTitle">合口味商城系统</div>
</el-form-item>
<el-form-item prop="username">
<el-input placeholder="请输入账户" size="large" v-model="loginModel.username">
......
<template>
<div class="app-container">
<!-- 查询和其他操作 -->
<div class="filter-container">
<el-input v-model="listQuery.title" clearable class="filter-item" style="width: 200px;"
......@@ -61,8 +60,8 @@
<!-- 查看详情 -->
<html-details :html-data="htmlData" />
<topic-create ref="topicCreateRef" @init="getList"/>
<topic-edit ref="topicEditRef" @init="getList"/>
<topic-create ref="topicCreateRef" @init="getList" />
<topic-edit ref="topicEditRef" @init="getList" />
</div>
</template>
......
......@@ -221,7 +221,7 @@ let confirmAdd = () => {
topic.value.goods = topic.value.goods?.concat(newGoodsIds)
goodsList.value = goodsList.value?.concat(newGoodsList)
}
handleCancel()
addVisiable.value = false
}
let handleDelete = (row: any) => {
for (var index = 0; index < topic.value.goods.length; index++) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论