Merge branch 'hotfix/修改mock注册文件名' into develop
Former-commit-id: 054fa51503b46b299676081dcd4e079d6e313f2c [formerly 054fa51503b46b299676081dcd4e079d6e313f2c [formerly 054fa51503b46b299676081dcd4e079d6e313f2c [formerly 054fa51503b46b299676081dcd4e079d6e313f2c [formerly 337cdb8e33079fec1d3c7a82c2088f0842a468f3 [formerly 876d90e317f068ce01286d3b36cea2d0e4f583ef]]]]] Former-commit-id: c4344f438efa3af183d03b9063574f9262a7273a Former-commit-id: 02d711c6f5bb8f9a0705243111cb2f920b22acac Former-commit-id: c53f7a872a798d8974300496092c870cbe5ef6a7 [formerly b719e5615de7c595d187565b7a2e5ba978c4f80d] Former-commit-id: d6bd6c6d20188a4072580871622b628c24216f1a Former-commit-id: 91c0b125035f1b52257cddb59ae58400f66f9d5f Former-commit-id: dfaf91768faf7a2ea5c781e850bfad309236f699 Former-commit-id: 34f9ba5cec4fa0ae1fc69771d463e99d53770e05 Former-commit-id: 6bc4bf9d02a927729c2b26e5f00dfc514621b75b
This commit is contained in:
@@ -15,7 +15,7 @@ import util from '@/libs/util.js'
|
||||
import store from '@/store/index'
|
||||
import '@/assets/svg-icons'
|
||||
import '@/components'
|
||||
import '@/mock/register'
|
||||
import '@/mock'
|
||||
import '@/plugin/axios'
|
||||
import pluginLog from '@/plugin/log'
|
||||
import pluginError from '@/plugin/error'
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<div slot="header">
|
||||
<el-button @click="ajax">发送请求</el-button>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="primary"
|
||||
@click="ajax">
|
||||
<d2-icon name="paper-plane"/>
|
||||
发送请求
|
||||
</el-button>
|
||||
</div>
|
||||
<el-table v-bind="table" style="width: 100%">
|
||||
<el-table
|
||||
v-bind="table"
|
||||
style="width: 100%">
|
||||
<el-table-column
|
||||
v-for="(item, index) in table.columns"
|
||||
:key="index"
|
||||
|
||||
Reference in New Issue
Block a user