|
|
@@ -22,7 +22,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
export default {
|
|
|
- name: "error",
|
|
|
+ name: "error-page",
|
|
|
props: {},
|
|
|
components: {},
|
|
|
data() {
|
|
|
@@ -48,9 +48,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
closeSys(){
|
|
|
- uni.navigateTo({
|
|
|
- 'url': 'pages/index/index'
|
|
|
- })
|
|
|
+ this.$router.push('/cc_list')
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -58,7 +56,7 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
-@import url("/components/static/css/en-common.css") ;
|
|
|
+//@import url("/components/static/css/en-common.css") ;
|
|
|
.error-box{
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|