فهرست منبع

调整proxy代理配置

code4eat 2 سال پیش
والد
کامیت
00425c98b3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-03 14:28:27
- * @LastEditors: Please set LastEditors
+ * @LastEditors: code4eat awesomedema@gmail.com
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/config/proxy.ts
  */
@@ -19,7 +19,7 @@
 export default { 
   dev: {
     '/api': {
-      target: 'http://112.124.59.133:8083/',
+      target: 'http://47.97.190.5:7004',
       changeOrigin: true,
       pathRewrite: { '^/api': '' },
     },