star7th 6 years ago
parent
commit
289f4871c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/item/Index.vue

+ 1 - 1
web_src/src/components/item/Index.vue

@@ -20,7 +20,7 @@
               </span>
               <el-dropdown-menu slot="dropdown">
                 <el-dropdown-item><router-link to="/user/setting">{{$t("personal_setting")}}</router-link></el-dropdown-item>
-                <el-dropdown-item><a target="_blank"  href="https://www.showdoc.cc/app">App</a></el-dropdown-item>
+                <el-dropdown-item><a target="_blank"  href="https://www.showdoc.cc/app">Apps</a></el-dropdown-item>
                 <el-dropdown-item><a target="_blank"  href="http://runapi.showdoc.cc/">RunApi</a></el-dropdown-item>
                 <el-dropdown-item :command="logout">{{$t("logout")}}</el-dropdown-item>
               </el-dropdown-menu>