Commit 1246b10e by 无尘

fix: 修改应用菜单

parent 06a1632c
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-09-18 14:59:25
* @LastEditTime: 2020-09-18 15:01:06
-->
<template>
<div class="enterprise-wrap">
......@@ -86,7 +86,7 @@ export default {
.then(async res => {
if (res.code == '0000') {
// 返回空数组
if (!res.result || !res.result.lenght) {
if (!res.result || !res.result.length) {
that.router.back();
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment