cloud-web-corejs 1.1.0-dev.23 → 1.1.0-dev.24

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.1.0-dev.23",
4
+ "version": "1.1.0-dev.24",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "dev:micro": "vue-cli-service serve --port 17527",
@@ -2,7 +2,7 @@ import { openStartWfDialog } from "@base/components/wf/wfUtil";
2
2
  import { getWfButtonNames, loadWfButtonNames, DEFAULT_SUBMIT_BTN } from "@base/components/wf/wfButtonName";
3
3
  import { loadWfAutoConfirm } from "@base/components/wf/wfAutoConfirm";
4
4
  import { loadWfUserRange } from "@base/components/wf/wfUserRange";
5
- import settingConfig from "@base/settings";
5
+ import settingConfig from "@/settings";
6
6
 
7
7
  // PC 与 H5 共用启动规则、校验和回调;容器提供 wfStart() 获取各自的流程状态。
8
8
  export default {