chore: remove 403 404 page route config

This commit is contained in:
winixt 2022-07-18 15:32:08 +08:00
parent ebb5a5ef0d
commit 5082db649b
2 changed files with 0 additions and 10 deletions

View File

@ -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';

View File

@ -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';