代码更新
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
import go from '@/commons/utils/go.js'
|
||||
|
||||
import myModel from '@/components/my-components/my-model.vue'
|
||||
import { updatePrinter, delPrinter } from '@/api/printer.js'
|
||||
import { updatePrinter, delPrinter } from '@/http/api/printer.js'
|
||||
|
||||
const props = defineProps({
|
||||
data: {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
import { reactive } from 'vue';
|
||||
import printerItem from './components/printer-item.vue';
|
||||
import { getPrinter } from '@/api/printer.js'
|
||||
import { getPrinter } from '@/http/api/printer.js'
|
||||
|
||||
const pageData = reactive({
|
||||
list: [],
|
||||
|
||||
Reference in New Issue
Block a user