取消限制

This commit is contained in:
gyq 2024-12-19 15:35:29 +08:00
parent 00172f75e7
commit bbd99a1942
5 changed files with 25 additions and 15846 deletions

View File

@ -17,7 +17,7 @@ VITE_API_PHP_URL = 'https://czgdoumei.sxczgkj.com/index.php/api'
VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
# 测试
# VITE_API_URL = 'https://cashier-client.sxczgkj.cn/cashier-client'
VITE_API_URL = 'https://cashier-client.sxczgkj.cn/cashier-client'
# 预发布
# VITE_API_URL = 'https://pre-cashierclient.sxczgkj.cn/cashier-client'
@ -26,4 +26,4 @@ VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
# VITE_API_URL = 'https://36z1017t45.goho.co/cashier-client'
# 正式
VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client'
# VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client'

File diff suppressed because one or more lines are too long

View File

@ -87,11 +87,11 @@ const menus = ref([
path: '/member',
icon: 'User'
},
// {
// label: '',
// path: '/queue',
// icon: 'Timer'
// },
{
label: '排队',
path: '/queue',
icon: 'Timer'
},
// {
// label: '',
// path: '/work',

View File

@ -7,8 +7,8 @@
<div class="drawerbox_bo_top_left_one" style="font-size: 24px;">
{{ store.userInfo.shopName }}
</div>
<!-- <div class="tips" style="margin-top: 4px; color: var(--el-color-warning);" v-if="!showTips">注意您的账号将于{{
store.userInfo.expireDate }}后过期请尽快续期</div> -->
<div class="tips" style="margin-top: 4px; color: var(--el-color-warning);" v-if="!showTips">注意您的账号将于{{
store.userInfo.expireDate }}后过期请尽快续期</div>
<div class="drawerbox_bo_top_left_tow" style="margin-top: 10px">
收银员{{ store.userInfo.loginAccount }}
</div>

View File

@ -56,13 +56,13 @@
</el-icon>
<el-text class="t">挂单</el-text>
</div>
<!-- <div class="item" @click="tableMergingHandle" :class="{ disabled: !props.item.id }"
<div class="item" @click="tableMergingHandle" :class="{ disabled: !props.item.id }"
v-if="shopStore.info.registerType == 'restaurant' && props.item.tableId">
<el-icon class="icon">
<EditPen />
</el-icon>
<el-text class="t">转桌</el-text>
</div> -->
</div>
<div class="item" @click="props.item.id && emit('clearCart')">
<el-icon class="icon">
<RefreshRight />