Browse Source

调整proxy代理配置

code4eat 2 years ago
parent
commit
00425c98b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

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