项目签到

This commit is contained in:
lpq
2023-02-26 00:57:55 +08:00
parent 4acc13ee4d
commit ab70395a76
5 changed files with 19 additions and 25 deletions

View File

@@ -15,8 +15,8 @@ module.exports = defineConfig({
port: 8070,
proxy: {
"/manageApi": {
target: 'http:' + process.env.VUE_APP_PROXY_URL,
//target: 'http://localhost:30001',
// target: 'http:' + process.env.VUE_APP_PROXY_URL,
target: 'http://localhost:30001',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/manageApi": "",