mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化费用导入模板
This commit is contained in:
parent
89be25cd48
commit
43a7a16d19
8
app.js
8
app.js
@ -34,10 +34,10 @@ let opts = {
|
||||
//app.use('/callComponent',proxy('https://app.demo.winqi.cn/',opts));
|
||||
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012/',opts));
|
||||
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
//app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
|
||||
//app.use('/app',proxy('http://192.168.1.16:8012',opts));
|
||||
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
//app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
|
||||
app.use('/app',proxy('http://192.168.1.16:8012',opts));
|
||||
|
||||
//app.listen(3000);
|
||||
app.use(express.json());
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<label class="col-sm-2 col-form-label">下载模板</label>
|
||||
<div class="col-sm-10">
|
||||
请先下载
|
||||
<a href="javascript:void(0)" target="_blank" v-on:click="_exportRoomFeeTemplate()">导入模板
|
||||
<a :href="'/callComponent/importRoomFee/exportData?communityId='+importRoomFeeInfo.communityId" target="_blank" >导入模板
|
||||
</a>
|
||||
准备数据后,上传导入
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user