@fmdeui/fmui 1.0.66 → 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.
@@ -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;
@@ -98,6 +98,7 @@ const useThemeConfig = defineStore("themeConfig", {
98
98
  isWatermark: true,
99
99
  // 水印文案
100
100
  watermarkText: "\u7BA1\u7406\u5E73\u53F0",
101
+ adminTel: "137 0885 2680 \u5F20\u5148\u751F",
101
102
  /**
102
103
  * 其它设置
103
104
  */
@@ -72,6 +72,7 @@ export interface ThemeConfigState {
72
72
  isIsDark: boolean;
73
73
  isWatermark: boolean;
74
74
  watermarkText: string;
75
+ adminTel: string;
75
76
  tagsStyle: string;
76
77
  animation: string;
77
78
  columnsAsideStyle: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! fmdeui-fmui v1.0.66 */
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;