This commit is contained in:
yziiy
2025-12-23 16:17:56 +08:00
parent 239b0cd436
commit dbc92cac62
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
export const URL = "https://yushengapi.qxyushen.top";
// export const URL = "https://test.vespa.qxyushen.top";
// export const URL = "https://yushengapi.qxyushen.top";
export const URL = "https://test.vespa.qxyushen.top";
// 声网appId 在这里换
export const appIdBySw = '02f7339ec98947deaeab173599891932';

View File

@@ -64,7 +64,7 @@ const getFlowData = async (index) => {
etime: dateSearchValue.value ? dateSearchValue.value.length ? dateSearchValue.value[1] : '' : '',
})
if (code) {
PriceTotal.value = data.total.total_price
PriceTotal.value = data.total
flowTableList.value = data.lists;
pagination.value.total = data.count;
pagination.value.currentPage = data.page;
@@ -255,8 +255,10 @@ const exportExcal = async () => {
</div>
<div style="display: inline-flex;align-items: center;">
<div class="mr-5"><el-button size="small" type="primary" @click="exportExcal">导出当前数据</el-button></div>
幸运值流水总计<span style="color: red;">{{ PriceTotal }}</span> 流水总计<span style="color: red;">{{ PriceTotal
}}</span> 金币
幸运值流水总计<span style="color: red;">{{ PriceTotal.total_lucky_coin }}</span> 流水总计<span
style="color: red;">{{
PriceTotal.total_price
}}</span> 金币
</div>
</div>
<pure-table class="mt-5" ref="tableRef" align-whole="center" showOverflowTooltip table-layout="auto"

View File

@@ -82,7 +82,8 @@ defineExpose({ getRef });
<el-input v-model="newFormInline.room_name" clearable placeholder="请输入房间名称" />
</el-form-item>
<el-form-item label="房间公告" prop="room_intro">
<el-input type="textarea" placeholder="请输入房间公告" v-model="newFormInline.room_intro" maxlength="30" show-word-limit>
<el-input type="textarea" placeholder="请输入房间公告" v-model="newFormInline.room_intro" maxlength="120"
show-word-limit>
</el-input>
</el-form-item>
<el-form-item label="房间封面" prop="room_cover">

View File

@@ -37,8 +37,8 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
proxyReq.method = 'OPTIONS';
// https://test.vespa.qxyushen.top
// 'http://yushenggliht.qxyushen.top'
res.setHeader('Access-Control-Allow-Origin', 'http://yushenggliht.qxyushen.top');
// res.setHeader('Access-Control-Allow-Origin', 'https://test.vespa.qxyushen.top');
// res.setHeader('Access-Control-Allow-Origin', 'http://yushenggliht.qxyushen.top');
res.setHeader('Access-Control-Allow-Origin', 'https://test.vespa.qxyushen.top');
res.setHeader('Access-Control-Allow-Methods', 'GET, POST, PUT, DELETE, OPTIONS');
res.setHeader('Access-Control-Allow-Headers', 'Content-Type, Authorization');
res.end();