|
@@ -8,7 +8,7 @@ import LangSelector from '@/components/LangSelector.vue'
|
|
|
|
|
|
|
|
const loading = ref(false)
|
|
const loading = ref(false)
|
|
|
const input = ref<string>('')
|
|
const input = ref<string>('')
|
|
|
-const lang = ref<string>('zh_CN')
|
|
|
|
|
|
|
+const lang = ref<string>('cn')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|