@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
<title>桢禧文化</title>
- <script type="module" crossorigin src="/assets/index-42NA_cfs.js"></script>
+ <script type="module" crossorigin src="/assets/index-DfclnlrV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-FrvreMPU.css">
</head>
<body>
@@ -5,7 +5,7 @@ export namespace Network {
let sendingTime: Map<string, number> = new Map()
- let debugMode = true
+ let debugMode = false
export function applyUserInfo(request: LocalModels.UserRequest, cb: (rsp: LocalModels.BaseResponse) => void) {
post(getServerUrl() + "applyUserInfo", request.toData(), function (response: string) {
@@ -235,6 +235,12 @@ function applyInfo() {
<el-button :disabled="subButtonDisabled" @click="applyInfo" type="primary">提交信息</el-button>
</el-col>
</el-row>
+ <el-row align="middle" style="margin-top: 20px">
+ <el-col :span="4"></el-col>
+ <el-col :span="18" align="left">
+ <el-text v-if="subButtonDisabled" type="primary">请稍等,正在提交信息,请不要退出页面...</el-text>
+ </el-col>
+ </el-row>
</div>
<el-row v-if="disablePage">