@@ -134,7 +134,6 @@ export default {
/* 获取分类 */
getClassify() {
zczxInterface.classifyList().then((res) => {
- console.log(res,'res');
if (res.Ret !== 200) return;
this.classifyList = res.Data || [];
this.select_classify =