mirror of https://gitee.com/xiaonuobase/snowy
【更新】调整几个前端界面规范
parent
7b4fdc4bff
commit
3d06d1de5d
|
@ -60,7 +60,7 @@
|
|||
<script>
|
||||
import tool from '@/utils/tool'
|
||||
import XnContextMenu from '@/components/XnContextMenu/index.vue'
|
||||
import {globalStore, iframeStore, keepAliveStore, viewTagsStore} from '@/store'
|
||||
import { globalStore, iframeStore, keepAliveStore, viewTagsStore } from '@/store'
|
||||
import { mapState, mapActions } from 'pinia'
|
||||
|
||||
export default {
|
||||
|
@ -245,7 +245,7 @@
|
|||
})
|
||||
},
|
||||
// 多标签功能关闭时关闭被缓存的标签
|
||||
closeOtherCacheTabs () {
|
||||
closeOtherCacheTabs() {
|
||||
const tags = [...this.tagList]
|
||||
tags.forEach((tag) => {
|
||||
this.closeSelectedTag(tag, false)
|
||||
|
|
|
@ -12,7 +12,7 @@ import { message } from 'ant-design-vue'
|
|||
|
||||
export default {
|
||||
// 对下载的流进行处理,直接从浏览器下载下来
|
||||
resultDownload (res) {
|
||||
resultDownload(res) {
|
||||
if (res.data.type === 'application/json') {
|
||||
// 错误以及无权限
|
||||
const reader = new FileReader(res.data)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* 5.不可二次分发开源参与同类竞品,如有想法可联系团队xiaonuobase@qq.com商议合作。
|
||||
* 6.若您的项目无法满足以上几点,需要更多功能代码,获取Snowy商业授权许可,请在官网购买授权,地址为 https://www.xiaonuo.vip
|
||||
*/
|
||||
import { generate } from '@ant-design/colors';
|
||||
import { generate } from '@ant-design/colors'
|
||||
import tool from '../utils/tool'
|
||||
import config from '../config'
|
||||
import { ThemeModeEnum } from './enum'
|
||||
|
|
Loading…
Reference in New Issue