Browse Source

生成库地址

yanqiliang 5 days ago
parent
commit
ea77ef136a
1 changed files with 2 additions and 2 deletions
  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('请确保设备在医院内网环境下使用!');