端口
continuous-integration/drone/push Build was killed Details

This commit is contained in:
余同学 2024-10-08 10:24:39 +08:00
parent 977f2133d6
commit 95a020789b
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
window.SITE_CONFIG = {};
// 在线api接口请求地址
window.SITE_CONFIG['baseUrl'] ="https://admin-test.damajishi.cn"
window.SITE_CONFIG['baseUrl'] ="http://admin-test.damajishi.cn:8899"
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

View File

@ -534,7 +534,7 @@ export default {
},
},
{
label: "上一",
label: "上一",
type: "primary",
disabled: () => this.process == 1,
handle: () => {
@ -543,7 +543,7 @@ export default {
},
},
{
label: this.process == 1 ? "下一" : "确定",
label: this.process == 1 ? "下一" : "确定",
type: "primary",
handle: () => {
if (this.process == 1) {