gds-plus-design-vue 1.0.21 → 1.0.23

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/locale/en_US.js CHANGED
@@ -1701,7 +1701,10 @@ export default {
1701
1701
  error: "error",
1702
1702
  code401Tip: "Tips:",
1703
1703
  code401Ok: "Log in again",
1704
- switchApp: "Application switching exception!"
1704
+ switchApp: "Application switching exception!",
1705
+ success: "Success",
1706
+ fail: "Fail",
1707
+ forcedOffline: "You have been forcibly taken offline!"
1705
1708
  }
1706
1709
  }
1707
1710
  };
package/locale/id_ID.js CHANGED
@@ -1703,7 +1703,8 @@ export default {
1703
1703
  code401Ok: "Daftar masuk lagi",
1704
1704
  switchApp: "Penggantian aplikasi pengecualian!",
1705
1705
  success: "sukses",
1706
- fail: "Gagal"
1706
+ fail: "Gagal",
1707
+ forcedOffline: "Anda telah terpaksa diambil offline!"
1707
1708
  }
1708
1709
  }
1709
1710
  };
package/locale/vi_VN.js CHANGED
@@ -1703,7 +1703,8 @@ export default {
1703
1703
  code401Ok: "Đăng nhập lại",
1704
1704
  switchApp: "Ứng dụng chuyển đổi ngoại lệ!",
1705
1705
  success: "thành công",
1706
- fail: 'Thất bại'
1706
+ fail: 'Thất bại',
1707
+ forcedOffline: "Anh đã bị buộc phải rời khỏi dây chuyền!"
1707
1708
  }
1708
1709
  }
1709
1710
  };
package/locale/zh_CN.js CHANGED
@@ -1848,7 +1848,8 @@ export default {
1848
1848
  code401Ok: "重新登录",
1849
1849
  switchApp: "应用切换异常!",
1850
1850
  success: "成功",
1851
- fail: '失败'
1851
+ fail: '失败',
1852
+ forcedOffline: "你已被强制下线!"
1852
1853
  }
1853
1854
  }
1854
1855
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gds-plus-design-vue",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "高得CRM-PLUS框架Vue组件",
5
5
  "files": [
6
6
  "lib",
@@ -41,7 +41,6 @@
41
41
  "path-to-regexp": "2.4.0",
42
42
  "qrcode": "^1.5.4",
43
43
  "quill": "^2.0.2",
44
- "rollup-plugin-visualizer": "^5.14.0",
45
44
  "screenfull": "^6.0.2",
46
45
  "sortablejs": "^1.15.6",
47
46
  "umy-ui": "^1.1.7",