Przeglądaj źródła

Update index.tsx

lex 1 rok temu
rodzic
commit
fd2e576be2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/test/index.tsx

+ 1 - 1
src/views/test/index.tsx

@@ -10,7 +10,7 @@ export default defineComponent({
   setup() {
     const onSubmit = async () => {
       const { data } = await request.get(
-        'https://test.lexiaoya.cn/edu-app/open/sysArea/queryAllProvince',
+        'https://dev.kt.colexiu.com/edu-app/open/sysArea/queryAllProvince',
         {
           mode: 'cors'
         }