@fecp/designer 5.6.14 → 5.6.16

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.
@@ -1,4 +1,4 @@
1
- const version = "5.6.14";
1
+ const version = "5.6.16";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -1,6 +1,6 @@
1
1
  const api = {
2
2
  login4dev: ($http) => {
3
- return $http.post(`${$servers.base}/login4dev`);
3
+ return $http.post(`${$servers.base}/login4dev`, { opNo: "admin", password: "f47ac07e‑8211‑493b‑a272‑892460bc3861" });
4
4
  },
5
5
  getById: ($http, id, showLoading = true) => {
6
6
  return $http.get(`${$servers.base}/design/getById/${id}`, showLoading);
@@ -85,7 +85,7 @@ import widgets from "../table/property/widgets.vue.mjs";
85
85
  import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
86
86
  /* empty css */
87
87
  /* empty css */
88
- /* empty css */
88
+ /* empty css */
89
89
  /* empty css */
90
90
  /* empty css */
91
91
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.6.14";
3
+ const version = "5.6.16";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -2,7 +2,7 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const api = {
4
4
  login4dev: ($http) => {
5
- return $http.post(`${$servers.base}/login4dev`);
5
+ return $http.post(`${$servers.base}/login4dev`, { opNo: "admin", password: "f47ac07e‑8211‑493b‑a272‑892460bc3861" });
6
6
  },
7
7
  getById: ($http, id, showLoading = true) => {
8
8
  return $http.get(`${$servers.base}/design/getById/${id}`, showLoading);
@@ -87,7 +87,7 @@ const widgets = require("../table/property/widgets.vue.js");
87
87
  require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
88
88
  ;/* empty css */
89
89
  ;/* empty css */
90
- ;/* empty css */
90
+ ;/* empty css */
91
91
  ;/* empty css */
92
92
  ;/* empty css */
93
93
  ;/* empty css */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.6.14",
3
+ "version": "5.6.16",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [