feat: 修复变量未引入使用报错

merge-requests/54/head
xiaoguang 3 years ago
parent 2a15109002
commit c91e940631

@ -65,12 +65,14 @@ import {
ApiGetCategoryOneList,
ApiGetCategoryTwoAndGoods,
} from "@/plugins/api/goods";
import { CATEGROY_LEVEL } from "@/constants";
const CATEGROY_HIDE_PAGES = [/\/account/]; // tab
export default {
name: "HeaderCategory",
data() {
return {
CATEGROY_LEVEL,
categroyTwoVisible: false, //
categroyVisible: false, //
currentCategroyId: 0, // id

@ -121,7 +121,6 @@ export default {
},
data() {
return {
CATEGROY_LEVEL,
searchContent: "",
tabPath: "/",
cartCount: 0, //

Loading…
Cancel
Save