From 1e18f0bcee0358e13c0e2cb750d17cd7ef5bf4d6 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期一, 07 八月 2023 17:55:21 +0800 Subject: [PATCH] 油烟检测系统 --- src/sfc/ShopNameAndID.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sfc/ShopNameAndID.vue b/src/sfc/ShopNameAndID.vue index 62efda0..7fcfa4d 100644 --- a/src/sfc/ShopNameAndID.vue +++ b/src/sfc/ShopNameAndID.vue @@ -2,7 +2,7 @@ 灏嗛�夋嫨鐨勮澶囩紪鍙疯繑鍥炵粰鐖剁粍浠� --> <script> -import axiosInstance from '../utils/request.js' +import axiosInstanceInstance from '../utils/request.js' export default { // 榛樿閫夋嫨涓�涓� // props:{ @@ -36,7 +36,7 @@ methods: { getDeviceInfo() { // 绾ц仈涓嬫媺妗嗘暟鎹� 浠庢帴鍙d腑鍔ㄦ�佽幏鍙� - axiosInstance.get('/fume/device').then((result) => { + axiosInstanceInstance.get('/fume/device').then((result) => { this.deviceInfo = result.data.data; this.deviceInfo.forEach((item) => { this.optionsShop[this.optionsShop.length] = { -- Gitblit v1.9.3