@indfnd/common-mobile-pro 1.0.20 → 1.0.21
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.21](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/compare/v1.0.20...v1.0.21) (2025-01-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 更新 ([cd34a1f](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/commit/cd34a1f861a8feaa8287613e97a30fbc7594bd7d))
|
|
11
|
+
|
|
5
12
|
### [1.0.20](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/compare/v1.0.19...v1.0.20) (2025-01-02)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -279457,7 +279457,7 @@ const packages_install = function (Vue, { theme = "", config: customConfig = {}
|
|
|
279457
279457
|
|
|
279458
279458
|
packages_initWps(); // 山东加载WPS插件
|
|
279459
279459
|
|
|
279460
|
-
let url = location.protocol + "//" + location.host + "/
|
|
279460
|
+
let url = location.protocol + "//" + location.host + "/ind-mobile/manage/global?t=" + new Date().getTime();
|
|
279461
279461
|
packages_instance.get(url).then((data) => {
|
|
279462
279462
|
if (data.smallTheme) {
|
|
279463
279463
|
// 读取global配置,获取smallTheme,使用js修改.ind-small-theme下的css变量
|
|
@@ -278104,7 +278104,7 @@ const packages_install = function (Vue, { theme = "", config: customConfig = {}
|
|
|
278104
278104
|
|
|
278105
278105
|
packages_initWps(); // 山东加载WPS插件
|
|
278106
278106
|
|
|
278107
|
-
let url = location.protocol + "//" + location.host + "/
|
|
278107
|
+
let url = location.protocol + "//" + location.host + "/ind-mobile/manage/global?t=" + new Date().getTime();
|
|
278108
278108
|
packages_instance.get(url).then((data) => {
|
|
278109
278109
|
if (data.smallTheme) {
|
|
278110
278110
|
// 读取global配置,获取smallTheme,使用js修改.ind-small-theme下的css变量
|