소스 검색

生成库地址

yanqiliang 5 달 전
부모
커밋
ea77ef136a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/authentication/authentication.vue

+ 2 - 2
pages/authentication/authentication.vue

@@ -57,8 +57,8 @@ import { $http } from '../../config/https';
 const app = getApp();
 
 // 响应式数据
-// const hospUrlIP = ref('http://10.1.?.29:8090');
-const hospUrlIP = ref('https://np.h03.p0551.com'); // https://np.h03.p0551.com
+const hospUrlIP = ref('http://10.1.?.29:8090');
+// const hospUrlIP = ref('https://np.h03.p0551.com');
 const wxUserValue = ref('');
 const wxUserValuePass = ref('');
 const motto = ref('请确保设备在医院内网环境下使用!');