更新
This commit is contained in:
@@ -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';
|
||||
@@ -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,7 +255,9 @@ 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 style="color: red;">{{ PriceTotal.total_lucky_coin }}</span> ;流水总计:<span
|
||||
style="color: red;">{{
|
||||
PriceTotal.total_price
|
||||
}}</span> 金币
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user