代码更新
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
import mySwitch from '@/components/my-components/my-switch'
|
||||
import myUploadFile from '@/components/my-components/my-upload-file'
|
||||
import { onLoad, onReady } from '@dcloudio/uni-app';
|
||||
import { addCategory, putCategory } from '@/api/cateGory.js'
|
||||
import { addCategory, putCategory } from '@/http/api/cateGory.js'
|
||||
|
||||
|
||||
// 构造分类的基础数据
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
import myCategory from './components/category.vue'
|
||||
import infoBox from "@/commons/utils/infoBox.js"
|
||||
import {$productCategory} from '@/http/yskApi/goods.js'
|
||||
import { categoryPage,putCategory,delCategory } from '@/api/cateGory.js'
|
||||
import { categoryPage,putCategory,delCategory } from '@/http/api/cateGory.js'
|
||||
const control=ref(null)
|
||||
const delModel=ref(null)
|
||||
const goodsSortModel=ref(null)
|
||||
|
||||
Reference in New Issue
Block a user