脾脏评估算法优化:显著增大和部分缓解均增加了当前垂直径>130 mm的条件
parent
425782e015
commit
3a69256a04
|
@ -21,7 +21,6 @@ router.beforeEach(async(to, from, next) => {
|
||||||
const hasToken = getToken()
|
const hasToken = getToken()
|
||||||
Vue.prototype.toPath = to.path
|
Vue.prototype.toPath = to.path
|
||||||
Vue.prototype.$path = []
|
Vue.prototype.$path = []
|
||||||
console.log(11222)
|
|
||||||
if (hasToken) {
|
if (hasToken) {
|
||||||
if (to.path === '/login' || to.path === '/recompose' || to.path === '/email-recompose' || to.path === '/error' || to.path === '/ReviewersResearchForm' || to.path === '/ReviewersResearch') {
|
if (to.path === '/login' || to.path === '/recompose' || to.path === '/email-recompose' || to.path === '/error' || to.path === '/ReviewersResearchForm' || to.path === '/ReviewersResearch') {
|
||||||
if (to.path === '/ReviewersResearch') {
|
if (to.path === '/ReviewersResearch') {
|
||||||
|
|
Loading…
Reference in New Issue