|
@@ -1,7 +1,12 @@
|
|
<template>
|
|
<template>
|
|
<div class="panorama con">
|
|
<div class="panorama con">
|
|
<div class="top">
|
|
<div class="top">
|
|
- <crumbs v-if="!lastestUsedSearchKey" :list="folderPath" @click-path="onClickPath" />
|
|
|
|
|
|
+ <crumbs
|
|
|
|
+ v-if="!lastestUsedSearchKey"
|
|
|
|
+ :rootName="$i18n.t('gather.image')"
|
|
|
|
+ :list="folderPath"
|
|
|
|
+ @click-path="onClickPath"
|
|
|
|
+ />
|
|
<div v-if="lastestUsedSearchKey" class="">{{$i18n.t("gather.image")}}</div>
|
|
<div v-if="lastestUsedSearchKey" class="">{{$i18n.t("gather.image")}}</div>
|
|
</div>
|
|
</div>
|
|
<div class="second-line">
|
|
<div class="second-line">
|
|
@@ -261,7 +266,6 @@ import {
|
|
uploadMaterial,
|
|
uploadMaterial,
|
|
editMaterial,
|
|
editMaterial,
|
|
delMaterial,
|
|
delMaterial,
|
|
- delFolder,
|
|
|
|
checkUserSize
|
|
checkUserSize
|
|
} from "@/api";
|
|
} from "@/api";
|
|
|
|
|