mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-29 18:09:17 +08:00
chore: remove 403 404 page route config
This commit is contained in:
parent
ebb5a5ef0d
commit
5082db649b
@ -208,11 +208,6 @@
|
|||||||
<f-button type="primary" @click="click">上一页</f-button>
|
<f-button type="primary" @click="click">上一页</f-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<config>
|
|
||||||
{
|
|
||||||
"layout": false
|
|
||||||
}
|
|
||||||
</config>
|
|
||||||
<script>
|
<script>
|
||||||
import { useRouter } from '@@/core/coreExports';
|
import { useRouter } from '@@/core/coreExports';
|
||||||
import { FButton } from '@fesjs/fes-design';
|
import { FButton } from '@fesjs/fes-design';
|
||||||
|
@ -233,11 +233,6 @@
|
|||||||
<f-button type="primary" @click="click">上一页</f-button>
|
<f-button type="primary" @click="click">上一页</f-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<config>
|
|
||||||
{
|
|
||||||
"layout": false
|
|
||||||
}
|
|
||||||
</config>
|
|
||||||
<script>
|
<script>
|
||||||
import { useRouter } from '@@/core/coreExports';
|
import { useRouter } from '@@/core/coreExports';
|
||||||
import { FButton } from '@fesjs/fes-design';
|
import { FButton } from '@fesjs/fes-design';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user