sierCong
sierCong
com.intellij.diagnostic.PluginException: Unable to find template resource: vux; classLoader: PluginClassLoader(plugin=PluginDescriptor(name=element, id=com.shen.plugin.element, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/WebStorm2022.2/plugins/element-2.0.jar, version=2.0, package=null, isBundled=false), packagePrefix=null, instanceId=106, state=active); plugin: PluginInfo(type=LISTED, id=com.shen.plugin.element, version=2.0) at com.intellij.codeInsight.template.impl.TemplateSettings.readDefTemplate(TemplateSettings.java:555) at com.intellij.codeInsight.template.impl.TemplateSettings.loadDefaultLiveTemplatesFromProvider(TemplateSettings.java:523) at com.intellij.codeInsight.template.impl.TemplateSettings.loadDefaultLiveTemplates(TemplateSettings.java:494) at...
"qiankun": "^2.7.2", node: 14.16.1 主应用和子应用均采用vue3 背景:主应用已经接入过其他子应用跳转均正常,新增子应用接入后导致页面跳转url混乱,子应用的接入均采用手动加载的方法进行注册 子应用相关伪代码如下: main.js  router.js  vue-config.js  主应用注册:  现在的问题是 : 从菜单栏首次访问子应用时(路径:http://localhost:3000/company/media/gsetting)可以正常展示,离开当前子应用跳转到其他应用时路径就错乱了,正确的路径是http://localhost:3000/manage/com/hello, 但是跳转的路径却是http://localhost:3000/company/manage/com/hello, 导致页面加载失败。查看了相关官网资料,也没有搜索到,希望大神们可以帮忙指点一下