diff --git a/src/components/uh-data-loading/uh-data-loading.vue b/src/components/uh-data-loading/uh-data-loading.vue index 84257af..2ceb7b5 100644 --- a/src/components/uh-data-loading/uh-data-loading.vue +++ b/src/components/uh-data-loading/uh-data-loading.vue @@ -1,4 +1,5 @@ diff --git a/src/pages-blog/test/test.vue b/src/pages-blog/test/test.vue index d6b6352..cc5c279 100644 --- a/src/pages-blog/test/test.vue +++ b/src/pages-blog/test/test.vue @@ -9,6 +9,6 @@ \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index bc8dd67..d45f587 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -26,7 +26,7 @@ const homePagePath = '/pages/tabbar/home/home' const articleDetailPath = '/pages-blog/article-detail/article-detail' // 本地开发快速跳转页面,发布请置为 false -const DEV_MODE = true +const DEV_MODE = false const DEV_TO_TYPE = 'page' as 'page' | 'tabbar' const DEV_TO_PATH = `/pages-blog/test/test`