udxcms 1.0.30 → 1.0.31
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: lewis lewis@everylink.ai
|
|
3
3
|
* @Date: 2025-09-17 10:50:27
|
|
4
4
|
* @LastEditors: lewis lewis@everylink.ai
|
|
5
|
-
* @LastEditTime: 2025-10-10
|
|
5
|
+
* @LastEditTime: 2025-10-10 17:01:10
|
|
6
6
|
* @FilePath: /localTools/Users/apple/web-front/web-front/src/common_modules/cms-submodule/index.js
|
|
7
7
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
8
8
|
*/
|
|
@@ -109,7 +109,7 @@ export function init({ Vue, router, store, Parent, onComponentsRegistered, onRou
|
|
|
109
109
|
// 使用原始模块名,不进行小写转换
|
|
110
110
|
const moduleName = v === 'CmsStore' ? 'cmsstore' : v;
|
|
111
111
|
// TODO失去了数据响应式
|
|
112
|
-
store.registerModule(moduleName, actualModule, { preserveState:
|
|
112
|
+
store.registerModule(moduleName, actualModule, { preserveState: false });
|
|
113
113
|
// 特殊处理 CmsStore - 直接合并到根 store
|
|
114
114
|
// if (v === 'CmsStore') {
|
|
115
115
|
// console.log('将 CmsStore 直接合并到根 store');
|