Commit ab11a246 authored by youjie's avatar youjie

no message

parent 1e131472
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { ref, onMounted, watch } from 'vue' import { ref, onMounted } from 'vue'
import { useI18n } from 'vue-i18n' import { useI18n } from 'vue-i18n'
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
import account from "./components/accountCenter/account.vue" import account from "./components/accountCenter/account.vue"
...@@ -62,12 +62,6 @@ const TitleBars = [ ...@@ -62,12 +62,6 @@ const TitleBars = [
value: 4 value: 4
} }
] ]
console.log(router ,'newVal-----')
watch(() => router, (newVal, oldVal) => {
if(newVal){
console.log(newVal,'newVal-----')
}
})
const changeStatus = (value: number) => { const changeStatus = (value: number) => {
current.value = value current.value = value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment