Browse Source

权限添加’

git commit -m 权限添加’
master
j1ack 2 years ago
parent
commit
c22409eed4
  1. 10
      src/layout/components/Navbar.vue
  2. BIN
      正式kakapay.zip
  3. BIN
      测试kakapay.zip

10
src/layout/components/Navbar.vue

@ -12,8 +12,8 @@
<!-- <el-button type="primary" icon="" size="small" style="margin-right:24px"--> <!-- <el-button type="primary" icon="" size="small" style="margin-right:24px"-->
<!-- @click="dialogVisible = true">码商押金</el-button>--> <!-- @click="dialogVisible = true">码商押金</el-button>-->
<el-button type="primary" icon="" size="small" style="margin-right:24px" <el-button type="primary" icon="" size="small" style="margin-right:24px" @click="goDataView"
@click="goDataView">数据看板</el-button> v-hasPermi="['data-view']">数据看板</el-button>
<el-switch :value="autoRefresh" :inactive-text="autoRefresh ? `自动刷新: (${autoRefreshCountdown}S)` : '自动刷新: '" <el-switch :value="autoRefresh" :inactive-text="autoRefresh ? `自动刷新: (${autoRefreshCountdown}S)` : '自动刷新: '"
@change="onAutoRefreshChanged" style="margin-right: 14px;" /> @change="onAutoRefreshChanged" style="margin-right: 14px;" />
@ -153,9 +153,9 @@ export default {
window.open(href.href, '_blank') window.open(href.href, '_blank')
}, },
secondMethod() { secondMethod() {
this.timer = setInterval(() => { // this.timer = setInterval(() => {
this.getList(); // this.getList();
}, 30000) // }, 30000)
}, },
getList() { getList() {
common_api.onLineCarddealer().then((response) => { common_api.onLineCarddealer().then((response) => {

BIN
正式kakapay.zip

Binary file not shown.

BIN
测试kakapay.zip

Binary file not shown.
Loading…
Cancel
Save