From bb05072e3edc86a4497a54eb99429dc0ee1ad37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Fri, 15 Apr 2022 13:49:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=8A=E5=A4=A9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/recommand/product.vue | 195 ++++++++++++++++++++++ src/views/operation/recommand/time.vue | 150 +++++++++++++++++ vite.config.js | 4 +- 3 files changed, 347 insertions(+), 2 deletions(-) create mode 100644 src/views/operation/recommand/product.vue create mode 100644 src/views/operation/recommand/time.vue diff --git a/src/views/operation/recommand/product.vue b/src/views/operation/recommand/product.vue new file mode 100644 index 0000000..db608de --- /dev/null +++ b/src/views/operation/recommand/product.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/src/views/operation/recommand/time.vue b/src/views/operation/recommand/time.vue new file mode 100644 index 0000000..197a3e3 --- /dev/null +++ b/src/views/operation/recommand/time.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/vite.config.js b/vite.config.js index fa34567..ccc9b48 100644 --- a/vite.config.js +++ b/vite.config.js @@ -21,8 +21,8 @@ export default (configEnv) => { proxy: { '/api': { // target: 'http://192.168.10.52:8090/', // 显雨 - // target: 'http://192.168.10.252:8090', // 高玉 - target: 'http://k8s-horse-gateway.mashibing.cn/', // 测试地址 + target: 'http://192.168.10.251:8090', // 高玉 + // target: 'http://k8s-horse-gateway.mashibing.cn/', // 测试地址 // target: 'https://gateway.mashibing.cn', // 预发地址 // target: 'https://gateway.mashibing.com', // 生产环境 changeOrigin: true,