|
@@ -1,3 +1,5 @@
|
|
|
|
+ <!-- 猫舍管理 内容推荐 -->
|
|
|
|
+
|
|
<template>
|
|
<template>
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
<!-- 搜索 -->
|
|
<!-- 搜索 -->
|
|
@@ -146,6 +148,7 @@ import { list, remove } from '@/api/ohplay/recommend'
|
|
import { detail, showOrHide, commentShowOrHide } from '@/api/ohplay/content'
|
|
import { detail, showOrHide, commentShowOrHide } from '@/api/ohplay/content'
|
|
import { classifyMixin, typeMixin } from '../mixin/index'
|
|
import { classifyMixin, typeMixin } from '../mixin/index'
|
|
export default {
|
|
export default {
|
|
|
|
+ name:"OhplayRecommend",
|
|
mixins: [classifyMixin, typeMixin],
|
|
mixins: [classifyMixin, typeMixin],
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|