eoss-mobiles 0.2.81 → 0.2.82
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/lib/checkbox.js +1 -1
- package/lib/config/api.js +1 -1
- package/lib/eoss-mobile.common.js +64 -14
- package/lib/flow-btn.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +63 -13
- package/lib/index.js +1 -1
- package/lib/picker.js +1 -1
- package/lib/radio.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/table-column.js +1 -1
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +25 -5
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/form.scss +1 -1
- package/src/config/api.js +1 -1
- package/src/index.js +1 -1
package/src/config/api.js
CHANGED
|
@@ -6,7 +6,7 @@ export const initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化
|
|
|
6
6
|
export const getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
7
7
|
export const codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
8
8
|
// 获取机构/用户/角色/群组等选择器
|
|
9
|
-
export const selectObject = '/sys/v1/mecpSys/selectObject.
|
|
9
|
+
export const selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
10
10
|
// // 获取代码表数据
|
|
11
11
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
12
12
|
// 获取代码表数据
|