This commit is contained in:
YeMingfei666 2024-09-14 10:15:49 +08:00
commit 56ad19d992
3 changed files with 6 additions and 6 deletions

View File

@ -3,10 +3,10 @@ ENV = 'production'
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇Nginx 配置
# 接口地址,注意协议,如果你没有配置 ssl需要将 https 改为 http
# 测试
# VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn'
VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn'
# 生产
VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn'
# VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn'
# 预发布接口
# VUE_APP_BASE_API = 'https://pre-cashieradmin.sxczgkj.cn'

View File

@ -204,7 +204,7 @@
<div class="u-flex">
<div class="u-p-r-14 border-r u-m-r-14">
<div
class="u-flex cursor-pointer"
class="u-flex cur-pointer"
@click="refToggle('refChooseDinersNumber', true, perpole)"
>
<span>就餐人数{{ perpole }}</span>
@ -2936,7 +2936,7 @@ input[type="number"]::-webkit-outer-spin-button {
.col-baseline {
align-items: baseline;
}
.cursor-pointer {
.cur-pointer {
cursor: pointer;
}
.flex-x-y-center {

View File

@ -114,7 +114,7 @@
</div> -->
<div class="u-font-18 font-600 total-price">
<span
class="cursor-pointer"
class="cur-pointer"
v-if="item.status == 'using'"
@click="diancanShow(item, 'isAddGoods')"
>
@ -392,7 +392,7 @@ export default {
}
</style>
<style scoped lang="scss">
.cursor-pointer {
.cur-pointer {
cursor: pointer;
}
.opacity-0 {