From 015723541ee16f1047a9fe7362bd108d046497da Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 05 Aug 2021 14:23:12 +0800
Subject: [PATCH] 版本更新
---
pages/article/article.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/article/article.vue b/pages/article/article.vue
index 4639ad6..fb485a9 100644
--- a/pages/article/article.vue
+++ b/pages/article/article.vue
@@ -53,7 +53,7 @@
data() {
return {
// pathUrl:"http://localhost:89/",
- pathUrl: "http://s16s652780.51mypc.cn/api",
+ pathUrl: this.$store.state.piAPI + "",
page: 1,
pagesize: 10,
status: 'loadmore',
--
Gitblit v1.9.3