Browse Source

问题修复

master
huxinglu 4 years ago
parent
commit
80149d5e07
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      config/index.js
  2. +1
    -1
      src/views/water/trend/index.vue
  3. +1
    -1
      src/views/water/trend/lineFrom.vue

+ 1
- 1
config/index.js View File

assetsPublicPath: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
'/api': { '/api': {
target: 'http://nanjing.yunhengwang.net/api',
target: 'http://nanjing.yunhengwang.com/api',
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
pathRewrite: { pathRewrite: {

+ 1
- 1
src/views/water/trend/index.vue View File

}, },
detail(row) { detail(row) {
this.id=row.id this.id=row.id
this.detailVisible=true
this.detailVisible=true
}, },
indexMethod(index) { indexMethod(index) {
return index + 1 + (this.currentPage - 1) * this.pageSize; return index + 1 + (this.currentPage - 1) * this.pageSize;

+ 1
- 1
src/views/water/trend/lineFrom.vue View File

<template> <template>
<el-dialog :close-on-press-escape="false" :close-on-click-modal="false" center :visible.sync="visible"
<el-dialog center :visible.sync="visible"
title="趋势图"> title="趋势图">
<div class="line" id="line"></div> <div class="line" id="line"></div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">

Loading…
Cancel
Save