project init
This commit is contained in:
26
pages/index/cindex.vue
Normal file
26
pages/index/cindex.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
setStore
|
||||
} from '@/untils/store.js'
|
||||
import {
|
||||
setPlatform
|
||||
} from '@/untils/customized.js'
|
||||
|
||||
export default {
|
||||
onLoad({
|
||||
platformId,
|
||||
platformName
|
||||
}) {
|
||||
setPlatform(this.$store, platformId, platformName)
|
||||
uni.switchTab({
|
||||
url: './index'
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user