@@ -12,7 +12,7 @@ module.exports = { | |||
assetsPublicPath: '/', | |||
proxyTable: { | |||
'/api': { | |||
target: 'http://nanjing.yunhengwang.net/api', | |||
target: 'http://nanjing.yunhengwang.com/api', | |||
changeOrigin: true, | |||
secure: false, | |||
pathRewrite: { |
@@ -207,7 +207,7 @@ | |||
}, | |||
detail(row) { | |||
this.id=row.id | |||
this.detailVisible=true | |||
this.detailVisible=true | |||
}, | |||
indexMethod(index) { | |||
return index + 1 + (this.currentPage - 1) * this.pageSize; |
@@ -1,5 +1,5 @@ | |||
<template> | |||
<el-dialog :close-on-press-escape="false" :close-on-click-modal="false" center :visible.sync="visible" | |||
<el-dialog center :visible.sync="visible" | |||
title="趋势图"> | |||
<div class="line" id="line"></div> | |||
<span slot="footer" class="dialog-footer"> |