mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore: 1
This commit is contained in:
@@ -193,7 +193,6 @@ async function loadLatestVersion() {
|
|||||||
|
|
||||||
const minVersion = settingsStore.productInfo?.app?.minVersion;
|
const minVersion = settingsStore.productInfo?.app?.minVersion;
|
||||||
if (minVersion) {
|
if (minVersion) {
|
||||||
debugger;
|
|
||||||
if (isNewVersion(version.value, minVersion)) {
|
if (isNewVersion(version.value, minVersion)) {
|
||||||
notification.error({
|
notification.error({
|
||||||
message: settingsStore.productInfo?.app?.minVersionTip ?? "版本过低,为了您的数据安全,请尽快升级",
|
message: settingsStore.productInfo?.app?.minVersionTip ?? "版本过低,为了您的数据安全,请尽快升级",
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export default ({ command, mode }) => {
|
|||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
port: 3008,
|
port: 13008,
|
||||||
fs: devServerFs,
|
fs: devServerFs,
|
||||||
allowedHosts: ["localhost", "127.0.0.1", "yfy.docmirror.cn"],
|
allowedHosts: ["localhost", "127.0.0.1", "yfy.docmirror.cn"],
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|||||||
Reference in New Issue
Block a user