查询次数bug
This commit is contained in:
@@ -18,12 +18,12 @@ if (process.env.NODE_ENV === 'development') {
|
||||
// 生产环境
|
||||
// baseURL = "https://api.tkpage.yolozs.com"
|
||||
// baseURL = "http://192.168.1.174:8101"
|
||||
baseURL = "http://47.79.98.113:8101"
|
||||
baseURL = "https://crawlclient.api.yolozs.com"
|
||||
} else {
|
||||
// 测试环境
|
||||
// baseURL = "http://120.26.251.180:8085/"
|
||||
// 开发环境
|
||||
baseURL = "http://47.79.98.113:8101"
|
||||
baseURL = "https://crawlclient.api.yolozs.com"
|
||||
// baseURL = "http://api.tkpage.vvtiktok.cn"
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,9 @@
|
||||
<div style="margin-right: 120px;">{{ $t('workbenchesSetup.workbenches') }}:{{
|
||||
locale == 'zh' ? countryData : countryDataEN }}
|
||||
<!-- <el-button class="reset-button" @click="reset">重置数据</el-button> -->
|
||||
<!-- <el-button class="reset-button" @click="getIpInfo">刷新</el-button>s -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<el-row :gutter="24">
|
||||
@@ -129,7 +131,7 @@
|
||||
</el-row>
|
||||
<div style="margin-top: 20px; text-align: center">
|
||||
|
||||
<el-button class="submit-button" :disabled="submitting" v-show="pyData.isStart" type="primary"
|
||||
<el-button class="submit-button" :disabled="false" v-show="pyData.isStart" type="primary"
|
||||
@click="submit">{{
|
||||
$t('workbenchesSetup.start') }}</el-button>
|
||||
<el-button v-show="!pyData.isStart" type="danger" @click="unsubmit">{{
|
||||
@@ -340,7 +342,7 @@ const submit = () => {
|
||||
isStart: true,
|
||||
country: countryData.value,
|
||||
tenantId: getUser().tenantId,
|
||||
userId: getUser().userId,
|
||||
userId: getUser().id,
|
||||
})).then((res) => {
|
||||
//开始计时器
|
||||
startTimer();
|
||||
@@ -470,6 +472,9 @@ function getloginStatusCopy() {
|
||||
|
||||
function tkaccountuse(id, index) {
|
||||
let num = 0;
|
||||
if (id || id == '') {
|
||||
return
|
||||
}
|
||||
tkaccountuseinfo(id).then((res) => {
|
||||
if (res) {
|
||||
num = res
|
||||
|
||||
Reference in New Issue
Block a user