mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
433 lines
15 KiB
Vue
433 lines
15 KiB
Vue
<template>
|
|
<div>
|
|
<RouterButton
|
|
:buttons="[
|
|
{
|
|
label: i18n.global.t('website.website'),
|
|
path: '/websites',
|
|
},
|
|
]"
|
|
/>
|
|
<LayoutContent :title="$t('website.website')" v-loading="loading">
|
|
<template #app>
|
|
<AppStatus
|
|
:app-key="'openresty'"
|
|
@setting="setting"
|
|
v-model:loading="loading"
|
|
@is-exist="checkExist"
|
|
></AppStatus>
|
|
</template>
|
|
<template v-if="nginxIsExist && !openNginxConfig" #toolbar>
|
|
<el-row :class="{ mask: nginxStatus != 'Running' }">
|
|
<el-col :span="20">
|
|
<el-button type="primary" @click="openCreate">
|
|
{{ $t('website.create') }}
|
|
</el-button>
|
|
<el-button type="primary" plain @click="openGroup">
|
|
{{ $t('website.group') }}
|
|
</el-button>
|
|
<el-button type="primary" plain @click="openDefault">
|
|
{{ $t('website.defaultServer') }}
|
|
</el-button>
|
|
</el-col>
|
|
<el-col :span="4">
|
|
<div class="search-button">
|
|
<el-input
|
|
v-model="req.name"
|
|
clearable
|
|
@clear="search()"
|
|
suffix-icon="Search"
|
|
@keyup.enter="search()"
|
|
@blur="search()"
|
|
:placeholder="$t('commons.button.search')"
|
|
></el-input>
|
|
</div>
|
|
</el-col>
|
|
</el-row>
|
|
</template>
|
|
<template v-if="nginxIsExist && !openNginxConfig" #search>
|
|
<div :class="{ mask: nginxStatus != 'Running' }">
|
|
<el-select v-model="req.websiteGroupId" @change="search()">
|
|
<template #prefix>{{ $t('website.group') }}</template>
|
|
<el-option :label="$t('commons.table.all')" :value="0"></el-option>
|
|
<el-option
|
|
v-for="(group, index) in groups"
|
|
:key="index"
|
|
:label="group.name"
|
|
:value="group.id"
|
|
></el-option>
|
|
</el-select>
|
|
</div>
|
|
</template>
|
|
<template v-if="nginxIsExist && !openNginxConfig" #main>
|
|
<ComplexTable
|
|
:pagination-config="paginationConfig"
|
|
:data="data"
|
|
@search="search()"
|
|
:class="{ mask: nginxStatus != 'Running' }"
|
|
>
|
|
<el-table-column
|
|
:label="$t('commons.table.name')"
|
|
fix
|
|
show-overflow-tooltip
|
|
prop="primaryDomain"
|
|
min-width="120px"
|
|
>
|
|
<template #default="{ row }">
|
|
<el-button link :icon="Promotion" @click="openUrl(row)"></el-button>
|
|
<!-- <span>
|
|
<el-link
|
|
style="margin-left: 10px"
|
|
type="primary"
|
|
:underline="false"
|
|
@click="openConfig(row.id)"
|
|
>
|
|
<MsgInfo :info="row.primaryDomain" width="300" />
|
|
</el-link>
|
|
</span> -->
|
|
|
|
<el-link type="primary" :underline="false" @click="openConfig(row.id)">
|
|
<span style="margin-left: 10px">{{ row.primaryDomain }}</span>
|
|
</el-link>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column :label="$t('commons.table.type')" fix show-overflow-tooltip prop="type">
|
|
<template #default="{ row }">
|
|
{{ $t('website.' + row.type) }}
|
|
<span v-if="row.type === 'deployment'">[{{ row.appName }}]</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column :label="$t('commons.table.status')" prop="status">
|
|
<template #default="{ row }">
|
|
<el-button
|
|
v-if="row.status === 'Running'"
|
|
link
|
|
type="success"
|
|
:icon="VideoPlay"
|
|
@click="opWebsite('stop', row.id)"
|
|
>
|
|
{{ $t('commons.status.running') }}
|
|
</el-button>
|
|
<el-button v-else link type="danger" :icon="VideoPause" @click="opWebsite('start', row.id)">
|
|
{{ $t('commons.status.stopped') }}
|
|
</el-button>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column :label="$t('website.remark')" fix prop="remark">
|
|
<template #default="{ row }">
|
|
<MsgInfo :info="row.remark" width="120" />
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column :label="$t('website.protocol')" prop="protocol"></el-table-column>
|
|
<el-table-column :label="$t('website.expireDate')">
|
|
<template #default="{ row, $index }">
|
|
<div v-show="row.showdate">
|
|
<el-date-picker
|
|
style="width: 120px"
|
|
v-model="row.expireDate"
|
|
type="date"
|
|
:disabled-date="checkDate"
|
|
:shortcuts="shortcuts"
|
|
:clearable="false"
|
|
:default-value="setDate(row.expireDate)"
|
|
:ref="(el) => setdateRefs(el, $index)"
|
|
@change="submitDate(row)"
|
|
@visible-change="(visibility:boolean) => pickerVisibility(visibility, row)"
|
|
size="small"
|
|
></el-date-picker>
|
|
</div>
|
|
<div v-show="!row.showdate">
|
|
<el-link type="primary" :underline="false" @click="openDatePicker(row, $index)">
|
|
<span v-if="isEver(row.expireDate)">
|
|
{{ $t('website.neverExpire') }}
|
|
</span>
|
|
<span v-else>
|
|
{{ dateFormatSimple(row.expireDate) }}
|
|
</span>
|
|
</el-link>
|
|
</div>
|
|
</template>
|
|
</el-table-column>
|
|
<fu-table-operations
|
|
:ellipsis="10"
|
|
width="260px"
|
|
:buttons="buttons"
|
|
:label="$t('commons.table.operate')"
|
|
fixed="right"
|
|
fix
|
|
/>
|
|
</ComplexTable>
|
|
<el-card width="30%" v-if="nginxStatus != 'Running'" class="mask-prompt">
|
|
<span style="font-size: 14px">{{ $t('commons.service.serviceNotStarted', ['OpenResty']) }}</span>
|
|
</el-card>
|
|
</template>
|
|
</LayoutContent>
|
|
<NginxConfig v-if="openNginxConfig" v-loading="loading" :containerName="containerName" :status="nginxStatus" />
|
|
<CreateWebSite ref="createRef" @close="search" />
|
|
<DeleteWebsite ref="deleteRef" @close="search" />
|
|
<WebSiteGroup ref="groupRef" />
|
|
<UploadDialog ref="uploadRef" />
|
|
<Backups ref="dialogBackupRef" />
|
|
<DefaultServer ref="defaultRef" />
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import LayoutContent from '@/layout/layout-content.vue';
|
|
import RouterButton from '@/components/router-button/index.vue';
|
|
import Backups from '@/components/backup/index.vue';
|
|
import UploadDialog from '@/components/upload/index.vue';
|
|
import DefaultServer from '@/views/website/website/default/index.vue';
|
|
import ComplexTable from '@/components/complex-table/index.vue';
|
|
import { onMounted, reactive, ref } from '@vue/runtime-core';
|
|
import CreateWebSite from './create/index.vue';
|
|
import DeleteWebsite from './delete/index.vue';
|
|
import WebSiteGroup from './group/index.vue';
|
|
import { ListGroups, OpWebsite, SearchWebsites, UpdateWebsite } from '@/api/modules/website';
|
|
import { Website } from '@/api/interface/website';
|
|
import AppStatus from '@/components/app-status/index.vue';
|
|
import NginxConfig from './nginx/index.vue';
|
|
import i18n from '@/lang';
|
|
import router from '@/routers';
|
|
import { App } from '@/api/interface/app';
|
|
import { ElMessageBox } from 'element-plus';
|
|
import { dateFormatSimple } from '@/utils/util';
|
|
import { MsgSuccess } from '@/utils/message';
|
|
import { useI18n } from 'vue-i18n';
|
|
import { Promotion, VideoPlay, VideoPause } from '@element-plus/icons-vue';
|
|
import MsgInfo from '@/components/msg-info/index.vue';
|
|
|
|
const shortcuts = [
|
|
{
|
|
text: useI18n().t('website.ever'),
|
|
value: () => {
|
|
return new Date('1970-01-01');
|
|
},
|
|
},
|
|
{
|
|
text: i18n.global.t('website.nextYear'),
|
|
value: () => {
|
|
const now = new Date();
|
|
now.setFullYear(now.getFullYear() + 1);
|
|
return now;
|
|
},
|
|
},
|
|
];
|
|
|
|
const loading = ref(false);
|
|
const createRef = ref();
|
|
const deleteRef = ref();
|
|
const groupRef = ref();
|
|
let openNginxConfig = ref(false);
|
|
let nginxIsExist = ref(false);
|
|
let containerName = ref('');
|
|
let nginxStatus = ref('');
|
|
let installPath = ref('');
|
|
const uploadRef = ref();
|
|
const dialogBackupRef = ref();
|
|
const defaultRef = ref();
|
|
const data = ref();
|
|
let dateRefs: Map<number, any> = new Map();
|
|
let groups = ref<Website.Group[]>([]);
|
|
|
|
const paginationConfig = reactive({
|
|
currentPage: 1,
|
|
pageSize: 15,
|
|
total: 0,
|
|
});
|
|
let req = reactive({
|
|
name: '',
|
|
page: 1,
|
|
pageSize: 15,
|
|
websiteGroupId: 0,
|
|
});
|
|
|
|
const openUrl = (row: Website.WebsiteDTO) => {
|
|
const url = row.protocol.toLowerCase() + '://' + row.primaryDomain;
|
|
window.open(url);
|
|
};
|
|
|
|
const search = async () => {
|
|
req.page = paginationConfig.currentPage;
|
|
req.pageSize = paginationConfig.pageSize;
|
|
loading.value = true;
|
|
await SearchWebsites(req)
|
|
.then((res) => {
|
|
data.value = res.data.items;
|
|
paginationConfig.total = res.data.total;
|
|
})
|
|
.finally(() => {
|
|
loading.value = false;
|
|
});
|
|
};
|
|
|
|
const listGroup = async () => {
|
|
await ListGroups().then((res) => {
|
|
groups.value = res.data;
|
|
});
|
|
};
|
|
|
|
const setting = () => {
|
|
openNginxConfig.value = true;
|
|
};
|
|
|
|
const openConfig = (id: number) => {
|
|
router.push({ name: 'WebsiteConfig', params: { id: id, tab: 'basic' } });
|
|
};
|
|
|
|
const isEver = (time: string) => {
|
|
const expireDate = new Date(time);
|
|
return expireDate < new Date('1970-01-02');
|
|
};
|
|
|
|
const isBeforeNow = (time: string) => {
|
|
return new Date() > new Date(time);
|
|
};
|
|
|
|
const setDate = (time: string) => {
|
|
if (isEver(time)) {
|
|
return new Date();
|
|
} else {
|
|
return new Date(time);
|
|
}
|
|
};
|
|
|
|
const openDatePicker = (row: any, index: number) => {
|
|
row.showdate = true;
|
|
const ref = dateRefs.get(index);
|
|
if (ref != undefined) {
|
|
if (isBeforeNow(row.expireDate)) {
|
|
row.oldExpireDate = row.expireDate;
|
|
const date = new Date().toLocaleDateString();
|
|
row.expireDate = date;
|
|
}
|
|
ref.handleOpen();
|
|
}
|
|
};
|
|
|
|
const setdateRefs = (ref: any, index: number) => {
|
|
dateRefs.set(index, ref);
|
|
};
|
|
|
|
const pickerVisibility = (visibility: boolean, row: any) => {
|
|
if (!visibility) {
|
|
row.showdate = false;
|
|
if (!row.change) {
|
|
if (row.oldExpireDate) {
|
|
row.expireDate = row.oldExpireDate;
|
|
}
|
|
row.change = false;
|
|
}
|
|
}
|
|
};
|
|
|
|
const submitDate = (row: any) => {
|
|
const reqDate = dateFormatSimple(row.expireDate);
|
|
const req = {
|
|
id: row.id,
|
|
primaryDomain: row.primaryDomain,
|
|
remark: row.remark,
|
|
webSiteGroupId: row.webSiteGroupId,
|
|
expireDate: reqDate,
|
|
};
|
|
|
|
UpdateWebsite(req).then(() => {
|
|
row.change = true;
|
|
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
|
});
|
|
};
|
|
|
|
const buttons = [
|
|
{
|
|
label: i18n.global.t('website.config'),
|
|
click: function (row: Website.Website) {
|
|
openConfig(row.id);
|
|
},
|
|
},
|
|
{
|
|
label: i18n.global.t('database.backupList'),
|
|
click: (row: Website.Website) => {
|
|
let params = {
|
|
type: 'website',
|
|
name: row.primaryDomain,
|
|
detailName: '',
|
|
};
|
|
dialogBackupRef.value!.acceptParams(params);
|
|
},
|
|
},
|
|
{
|
|
label: i18n.global.t('database.loadBackup'),
|
|
click: (row: Website.Website) => {
|
|
let params = {
|
|
type: 'website',
|
|
name: row.primaryDomain,
|
|
detailName: '',
|
|
};
|
|
uploadRef.value!.acceptParams(params);
|
|
},
|
|
},
|
|
{
|
|
label: i18n.global.t('app.delete'),
|
|
click: function (row: Website.Website) {
|
|
openDelete(row);
|
|
},
|
|
},
|
|
];
|
|
|
|
const openDelete = (website: Website.Website) => {
|
|
deleteRef.value.acceptParams(website);
|
|
};
|
|
|
|
const openCreate = () => {
|
|
createRef.value.acceptParams(installPath.value);
|
|
};
|
|
|
|
const openGroup = () => {
|
|
groupRef.value.acceptParams();
|
|
};
|
|
|
|
const openDefault = () => {
|
|
defaultRef.value.acceptParams();
|
|
};
|
|
|
|
const checkExist = (data: App.CheckInstalled) => {
|
|
nginxIsExist.value = data.isExist;
|
|
containerName.value = data.containerName;
|
|
nginxStatus.value = data.status;
|
|
installPath.value = data.installPath;
|
|
};
|
|
|
|
const checkDate = (date: Date) => {
|
|
const now = new Date();
|
|
return date.getTime() < now.getTime();
|
|
};
|
|
|
|
const opWebsite = (op: string, id: number) => {
|
|
ElMessageBox.confirm(i18n.global.t('website.' + op + 'Helper'), i18n.global.t('cronjob.changeStatus'), {
|
|
confirmButtonText: i18n.global.t('commons.button.confirm'),
|
|
cancelButtonText: i18n.global.t('commons.button.cancel'),
|
|
}).then(async () => {
|
|
await OpWebsite({ id: id, operate: op });
|
|
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
|
|
search();
|
|
});
|
|
};
|
|
|
|
onMounted(() => {
|
|
search();
|
|
listGroup();
|
|
});
|
|
</script>
|
|
<style lang="scss">
|
|
.search-button {
|
|
float: right;
|
|
display: inline;
|
|
}
|
|
|
|
.tooltip {
|
|
white-space: pre-wrap; /* 自动换行 */
|
|
word-break: break-all; /* 单词内换行 */
|
|
max-width: 200px; /* 控制最大宽度 */
|
|
}
|
|
</style>
|