mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 14:37:53 +08:00
临时提交
This commit is contained in:
parent
9a9caed0a6
commit
ec1e269616
@ -12,14 +12,14 @@ module.exports = {
|
|||||||
assetsPublicPath: '/',
|
assetsPublicPath: '/',
|
||||||
proxyTable: {
|
proxyTable: {
|
||||||
'/debug': {
|
'/debug': {
|
||||||
target: 'http://127.0.0.1:18082',
|
target: 'http://127.0.0.1:18080',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/debug': '/'
|
'^/debug': '/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/static/snap': {
|
'/static/snap': {
|
||||||
target: 'http://127.0.0.1:18082',
|
target: 'http://127.0.0.1:18080',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
// pathRewrite: {
|
// pathRewrite: {
|
||||||
// '^/static/snap': '/static/snap'
|
// '^/static/snap': '/static/snap'
|
||||||
|
|||||||
@ -58,8 +58,6 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="gbDeviceId" label="国标编码" min-width="200" >
|
<el-table-column prop="gbDeviceId" label="国标编码" min-width="200" >
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="gbDeviceId" label="位置" min-width="200" >
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column prop="mediaServerId" label="流媒体" min-width="200" >
|
<el-table-column prop="mediaServerId" label="流媒体" min-width="200" >
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="开始时间" min-width="200">
|
<el-table-column label="开始时间" min-width="200">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user