zsysview 0.0.8 → 0.0.10

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.
Files changed (2) hide show
  1. package/core/app.ts +2 -2
  2. package/package.json +1 -1
package/core/app.ts CHANGED
@@ -18,7 +18,7 @@ const zsysapp=createApp(app)
18
18
  const pinia=createPinia()
19
19
  pinia.use(piniaPluginPersistedstate)
20
20
 
21
- addFrameRouter({path:'/desktop',component:()=>import('../../test_view/test_desktop.vue')})
21
+ // addFrameRouter({path:'/desktop',component:()=>import('../../test_view/test_desktop.vue')})
22
22
 
23
23
  zsysapp.use(initRouter()) //将 Vue Router 插件注册到 Vue 应用中
24
24
  zsysapp.use(ElementPlus,{locale: zhCn}) //将 ElementPlus 插件注册到 Vue 应用中
@@ -29,4 +29,4 @@ zsysapp.use(pinia)
29
29
  zsysapp.mount('#app')
30
30
 
31
31
 
32
- export default {zsysapp}
32
+ export default zsysapp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zsysview",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "zsystem view",
5
5
  "author": {
6
6
  "name": "liuhaomiao"