vue.config.js
@@ -1,8 +1,8 @@ /* * @Date: 2024-03-23 09:49:06 * @LastEditors: lzhe lzhe@example.com * @LastEditTime: 2024-03-28 11:34:07 * @FilePath: /cps-web/vue.config.js * @LastEditors: Sneed * @LastEditTime: 2024-04-10 22:11:52 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/vue.config.js */ const { defineConfig } = require('@vue/cli-service') @@ -29,13 +29,6 @@ // '^/api': '/' } }, '/myapi': { target: process.env.VUE_APP_API_MYBASEURL, ws: true, pathRewrite: { '^/myapi': '/' } } } },