|
@@ -101,27 +101,7 @@ module.exports = _toPropertyKey, module.exports.__esModule = true, module.export
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 13:
|
|
|
-/*!*******************************************************!*\
|
|
|
- !*** ./node_modules/@babel/runtime/helpers/typeof.js ***!
|
|
|
- \*******************************************************/
|
|
|
-/*! no static exports found */
|
|
|
-/***/ (function(module, exports) {
|
|
|
-
|
|
|
-function _typeof(obj) {
|
|
|
- "@babel/helpers - typeof";
|
|
|
-
|
|
|
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
|
- return typeof obj;
|
|
|
- } : function (obj) {
|
|
|
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
|
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
|
-}
|
|
|
-module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
-
|
|
|
-/***/ }),
|
|
|
-
|
|
|
-/***/ 137:
|
|
|
+/***/ 128:
|
|
|
/*!**********************************************************************************************!*\
|
|
|
!*** D:/project/新医院随访2023/follow_applet/uni_modules/uni-icons/components/uni-icons/icons.js ***!
|
|
|
\**********************************************************************************************/
|
|
@@ -1143,6 +1123,26 @@ exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
+/***/ 13:
|
|
|
+/*!*******************************************************!*\
|
|
|
+ !*** ./node_modules/@babel/runtime/helpers/typeof.js ***!
|
|
|
+ \*******************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports) {
|
|
|
+
|
|
|
+function _typeof(obj) {
|
|
|
+ "@babel/helpers - typeof";
|
|
|
+
|
|
|
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
|
+ return typeof obj;
|
|
|
+ } : function (obj) {
|
|
|
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
|
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
|
+}
|
|
|
+module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
/***/ 14:
|
|
|
/*!************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/toPrimitive.js ***!
|
|
@@ -11029,7 +11029,7 @@ var _config = _interopRequireDefault(__webpack_require__(/*! ../config.js */ 38)
|
|
|
var getDomain = function getDomain(uri, method, type) {
|
|
|
var serverUrl = _config.default.serverUrl;
|
|
|
var fileUrl = _config.default.serverFile;
|
|
|
- if (type && type == 'file') return fileUrl + "/files" + uri;else return serverUrl + uri;
|
|
|
+ if (type && type == 'file') return fileUrl + "/visit/api/files" + uri;else return serverUrl + "/visit" + uri;
|
|
|
};
|
|
|
// 获取token
|
|
|
var getToken = function getToken() {
|
|
@@ -11145,7 +11145,7 @@ if (system.uniPlatform == 'mp-weixin') {
|
|
|
var envV = wx_min.miniProgram.envVersion;
|
|
|
}
|
|
|
var _default = {
|
|
|
- serverFile: 'https://broadcast.waityou24.cn',
|
|
|
+ serverFile: 'http://192.168.1.113:8890',
|
|
|
serverUrl: 'http://192.168.1.113:8890',
|
|
|
wx_projectkey: wx_projectkey,
|
|
|
wx_miniProgram: wx_min.miniProgram,
|