@cgboiler/biz-mobile 1.18.21 → 1.18.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/index.d.ts CHANGED
@@ -7,7 +7,7 @@ declare namespace _default {
7
7
  }
8
8
  export default _default;
9
9
  export function install(app: any): void;
10
- export const version: "1.18.20";
10
+ export const version: "1.18.21";
11
11
  import MdPreview from './md-preview';
12
12
  import OrgPicker from './org-picker';
13
13
  import ProjectSelect from './project-select';
package/es/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import MdPreview from "./md-preview";
2
2
  import OrgPicker from "./org-picker";
3
3
  import ProjectSelect from "./project-select";
4
- const version = "1.18.20";
4
+ const version = "1.18.21";
5
5
  function install(app) {
6
6
  const components = [
7
7
  MdPreview,
@@ -276,7 +276,7 @@ const useApi = () => {
276
276
  userInfo.value = user;
277
277
  }
278
278
  const url = decodeURIComponent(
279
- `${window.globalConfig.wFlowApiTest}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data?keywords=${name}_${user.userId}&pageNo=1&pageSize=20`
279
+ `${window.globalConfig.wFlowApi}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data?keywords=${name}_${user.userId}&pageNo=1&pageSize=20`
280
280
  );
281
281
  const res = yield fetchData(url);
282
282
  let recentList = [];
@@ -313,10 +313,10 @@ const useApi = () => {
313
313
  data.field5375578403639 = JSON.stringify(list);
314
314
  }
315
315
  if (dataId.value) {
316
- url = `${window.globalConfig.wFlowApiTest}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data/${dataId.value}`;
316
+ url = `${window.globalConfig.wFlowApi}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data/${dataId.value}`;
317
317
  method = "PUT";
318
318
  } else {
319
- url = `${window.globalConfig.wFlowApiTest}/v1/wflow/process/start/4e441786-65fa-11f0-aef7-ce938f4cd78d`;
319
+ url = `${window.globalConfig.wFlowApi}/v1/wflow/process/start/4e441786-65fa-11f0-aef7-ce938f4cd78d`;
320
320
  method = "POST";
321
321
  }
322
322
  const token = user.token;
@@ -24,7 +24,7 @@ const useApi = () => {
24
24
  const projectList = ref([]);
25
25
  const getProjectList = () => __async(void 0, null, function* () {
26
26
  const res = yield useFetch(
27
- `${window.globalConfig.vxApiTest}/v1/note/projects`,
27
+ `${window.globalConfig.vxApi}/v1/note/projects`,
28
28
  {
29
29
  method: "GET"
30
30
  }
package/lib/index.d.ts CHANGED
@@ -7,7 +7,7 @@ declare namespace _default {
7
7
  }
8
8
  export default _default;
9
9
  export function install(app: any): void;
10
- export const version: "1.18.20";
10
+ export const version: "1.18.21";
11
11
  import MdPreview from './md-preview';
12
12
  import OrgPicker from './org-picker';
13
13
  import ProjectSelect from './project-select';
package/lib/index.js CHANGED
@@ -42,7 +42,7 @@ var import_project_select = __toESM(require("./project-select"));
42
42
  __reExport(stdin_exports, require("./md-preview"), module.exports);
43
43
  __reExport(stdin_exports, require("./org-picker"), module.exports);
44
44
  __reExport(stdin_exports, require("./project-select"), module.exports);
45
- const version = "1.18.20";
45
+ const version = "1.18.21";
46
46
  function install(app) {
47
47
  const components = [
48
48
  import_md_preview.default,
@@ -297,7 +297,7 @@ const useApi = () => {
297
297
  userInfo.value = user;
298
298
  }
299
299
  const url = decodeURIComponent(
300
- `${window.globalConfig.wFlowApiTest}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data?keywords=${name}_${user.userId}&pageNo=1&pageSize=20`
300
+ `${window.globalConfig.wFlowApi}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data?keywords=${name}_${user.userId}&pageNo=1&pageSize=20`
301
301
  );
302
302
  const res = yield fetchData(url);
303
303
  let recentList = [];
@@ -334,10 +334,10 @@ const useApi = () => {
334
334
  data.field5375578403639 = JSON.stringify(list);
335
335
  }
336
336
  if (dataId.value) {
337
- url = `${window.globalConfig.wFlowApiTest}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data/${dataId.value}`;
337
+ url = `${window.globalConfig.wFlowApi}/v1/wflow/process/form/wf687dda91e4b027b047d4654c/data/${dataId.value}`;
338
338
  method = "PUT";
339
339
  } else {
340
- url = `${window.globalConfig.wFlowApiTest}/v1/wflow/process/start/4e441786-65fa-11f0-aef7-ce938f4cd78d`;
340
+ url = `${window.globalConfig.wFlowApi}/v1/wflow/process/start/4e441786-65fa-11f0-aef7-ce938f4cd78d`;
341
341
  method = "POST";
342
342
  }
343
343
  const token = user.token;
@@ -46,7 +46,7 @@ const useApi = () => {
46
46
  const projectList = (0, import_vue.ref)([]);
47
47
  const getProjectList = () => __async(void 0, null, function* () {
48
48
  const res = yield (0, import_core.useFetch)(
49
- `${window.globalConfig.vxApiTest}/v1/note/projects`,
49
+ `${window.globalConfig.vxApi}/v1/note/projects`,
50
50
  {
51
51
  method: "GET"
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgboiler/biz-mobile",
3
- "version": "1.18.21",
3
+ "version": "1.18.22",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",