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('请确保设备在医院内网环境下使用!');