From 8d85131086db0582359f5b26522f5af914feddb5 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Sat, 27 Jul 2019 00:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8A=B5bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/month-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/month-card.vue b/src/view/month-card.vue index 8027a18..9f9f7d4 100644 --- a/src/view/month-card.vue +++ b/src/view/month-card.vue @@ -80,7 +80,7 @@ import Qs from 'qs'; var strCookie = document.cookie; var cookieName = "1hjz_mall_login_access_token="; var token = strCookie.slice(cookieName.length); - +import homeApi from "../models/home-model.js"; var locationUrl = configs.locationUrl; export default {