@fmdeui/fmui 1.0.67 → 1.0.68
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/packages/hooks/sysInfo.mjs +1 -0
- package/es/packages/stores/themeConfig.mjs +1 -0
- package/es/types/pinia/index.d.ts +1 -0
- package/index.js +3 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +3 -1
- package/lib/packages/hooks/sysInfo.js +1 -0
- package/lib/packages/stores/themeConfig.js +1 -0
- package/lib/types/pinia/index.d.ts +1 -0
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/es/{component.css → index.css} +0 -0
|
@@ -36,6 +36,7 @@ async function loadSysInfo(tenantid) {
|
|
|
36
36
|
themeConfig.value.animation = data.animation;
|
|
37
37
|
themeConfig.value.secondVer = data.secondVer;
|
|
38
38
|
themeConfig.value.captcha = data.captcha;
|
|
39
|
+
themeConfig.value.adminTel = data.adminTel;
|
|
39
40
|
themeConfig.value.forceChangePassword = data.forceChangePassword;
|
|
40
41
|
themeConfig.value.passwordExpirationTime = data.passwordExpirationTime;
|
|
41
42
|
themeConfig.value.i18NSwitch = data.i18NSwitch;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.68 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vxe-table'), require('@vxe-ui/plugin-render-element'), require('@vxe-ui/plugin-export-xlsx'), require('vxe-pc-ui'), require('exceljs'), require('@element-plus/icons-vue'), require('vue'), require('element-plus'), require('lodash-es'), require('js-cookie'), require('pinia'), require('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('vue-router'), require('sortablejs'), require('screenfull'), require('push.js'), require('mitt'), require('@microsoft/signalr'), require('axios')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vxe-table', '@vxe-ui/plugin-render-element', '@vxe-ui/plugin-export-xlsx', 'vxe-pc-ui', 'exceljs', '@element-plus/icons-vue', 'vue', 'element-plus', 'lodash-es', 'js-cookie', 'pinia', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'vue-router', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -2974,6 +2974,7 @@
|
|
|
2974
2974
|
isWatermark: true,
|
|
2975
2975
|
// 水印文案
|
|
2976
2976
|
watermarkText: "\u7BA1\u7406\u5E73\u53F0",
|
|
2977
|
+
adminTel: "137 0885 2680 \u5F20\u5148\u751F",
|
|
2977
2978
|
/**
|
|
2978
2979
|
* 其它设置
|
|
2979
2980
|
*/
|
|
@@ -20184,6 +20185,7 @@
|
|
|
20184
20185
|
themeConfig.value.animation = data.animation;
|
|
20185
20186
|
themeConfig.value.secondVer = data.secondVer;
|
|
20186
20187
|
themeConfig.value.captcha = data.captcha;
|
|
20188
|
+
themeConfig.value.adminTel = data.adminTel;
|
|
20187
20189
|
themeConfig.value.forceChangePassword = data.forceChangePassword;
|
|
20188
20190
|
themeConfig.value.passwordExpirationTime = data.passwordExpirationTime;
|
|
20189
20191
|
themeConfig.value.i18NSwitch = data.i18NSwitch;
|