From 99140f318aea837ca160cbc9f0e653ea4d6e8a16 Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Tue, 20 Feb 2024 09:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B0=B1=E4=B8=9A=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++++++ pages/market/market.vue | 22 ++++++++++++++++++++++ pages/seach/seach.vue | 2 +- vue.config.js | 4 ++-- 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 pages/market/market.vue diff --git a/pages.json b/pages.json index 4ed097f..5875bf5 100644 --- a/pages.json +++ b/pages.json @@ -191,6 +191,14 @@ "colorType": "none" } } + }, + { + "path" : "pages/market/market", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } } ], "subPackages": [{ diff --git a/pages/market/market.vue b/pages/market/market.vue new file mode 100644 index 0000000..327cf80 --- /dev/null +++ b/pages/market/market.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/pages/seach/seach.vue b/pages/seach/seach.vue index 13950fc..632bf84 100644 --- a/pages/seach/seach.vue +++ b/pages/seach/seach.vue @@ -37,7 +37,7 @@ 暂无历史记录 - diff --git a/vue.config.js b/vue.config.js index 6c48eed..6bb6277 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,8 +3,8 @@ module.exports = { port: 1887, proxy: { '/api': { - // target: 'http://192.168.0.102:8000', // 本地服务接口地址 - target: "http://39.98.184.58:8000", // 阿里云后台地址 + target: 'http://192.168.3.108:8000', // 本地服务接口地址 + // target: "http://39.98.184.58:8000", // 阿里云后台地址 // target: "http://192.168.0.101:8000", // 本地网关 ws: true, pathRewrite: {