端口
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
977f2133d6
commit
95a020789b
|
@ -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'] = './'; // 域名
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue