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