From 8c954b13c7a12b077c96261d47d206cdb7bea969 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Thu, 25 Sep 2025 11:13:00 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.js | 2 +- pages/article-page.vue | 2 +- pages/products.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env.js b/env.js index af387ea..1598e44 100644 --- a/env.js +++ b/env.js @@ -8,7 +8,7 @@ module.exports = { // 开发环境 接口请求地址 (http)或(https)://www.a.com(换成你的域名)/api dev: { MODE: 'dev', - // VUE_APP_API_URL: 'https://admin.cdtrucktralier.com/', + // VUE_APP_API_URL: 'http://127.0.0.1:8099/', VUE_APP_API_URL: 'https://admin.cdtrucktralier.com/', VUE_APP_WEBSOCKET: 'wss://admin.cdtrucktralier.com/ws/asset/' }, diff --git a/pages/article-page.vue b/pages/article-page.vue index 4a5ff36..da215ce 100644 --- a/pages/article-page.vue +++ b/pages/article-page.vue @@ -13,7 +13,7 @@ />
-

Low Bed Trailer

+

{{$route.query.title}}

diff --git a/pages/products.vue b/pages/products.vue index 8122f26..28ede66 100644 --- a/pages/products.vue +++ b/pages/products.vue @@ -13,7 +13,7 @@ />
-

Low Bed Trailer

+

{{$route.query.title}}