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,