소스 검색

Connection to new api

master
George Williams 4 년 전
부모
커밋
790a96fe8d
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      vue.config.js

+ 3
- 2
vue.config.js 파일 보기

@@ -2,8 +2,9 @@ module.exports = {
2 2
   devServer: {
3 3
     proxy: {
4 4
       '/api': {
5
-        target: 'http://localhost:57260/',
6
-        // target: 'http://192.168.6.188:5000',
5
+        //target: 'http://localhost:57260/',
6
+        //target: 'http://192.168.6.188:5000',
7
+        target: 'http://192.168.0.219:113',
7 8
         changeOrigin: true,
8 9
       },
9 10
       '/nph-srep': {

Loading…
취소
저장