소스 검색

修改时间格式 为 HH:mm

lijunping 8 달 전
부모
커밋
6453f63f11
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -50,10 +50,10 @@ module.exports = {
       '/api': {
         //本地服务接口地址
         // target: 'http://192.168.3.64:1080',
-         target: 'http://192.168.8.105:1080',
+        // target: 'http://192.168.8.105:1080',
         // target: 'http://127.0.0.1:1080',
         // 打包地址
-        // target: 'http://121.37.83.47:10004',//服务器ip
+         target: 'http://121.37.83.47:10004',//服务器ip
         //target: 'http://192.168.161.11:10004',//服务器ip
         // target: 'http://trade.tubaosoft.com:10004',//服务器域名
         ws: true,