@fecp/designer 5.1.6 → 5.1.8

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.
@@ -100,7 +100,7 @@ const _sfc_main = {
100
100
  default: withCtx(() => [
101
101
  isInitd.value == 1 ? (openBlock(), createBlock(_component_el_container, {
102
102
  key: 0,
103
- style: { "flex-direction": "column", "height": "100%" }
103
+ class: "fec-designer-container"
104
104
  }, {
105
105
  default: withCtx(() => [
106
106
  createVNode(unref(_sfc_main$1)),
@@ -140,7 +140,7 @@ const _sfc_main = {
140
140
  };
141
141
  }
142
142
  };
143
- const layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a439119"]]);
143
+ const layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f03b0426"]]);
144
144
  export {
145
145
  layout as default
146
146
  };
package/lib/config-dev.js CHANGED
@@ -1,6 +1,6 @@
1
1
  var config = {
2
2
  //API后台请求地址
3
- api_base_url: "http://127.0.0.1:510912",
3
+ api_base_url: "http://127.0.0.1:51091",
4
4
  //msg-websocket后台请求地址
5
5
  web_socket_url: "ws://127.0.0.1:51091/csp-ws/",
6
6
  //API超时毫秒数 设 0 - 不超时