Browse Source

fix: 修改对接方

bill 2 years ago
parent
commit
52e061235d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/env/index.ts

+ 1 - 1
src/env/index.ts

@@ -10,4 +10,4 @@ export const baseURL = import.meta.env.DEV
   : 'https://v4-test.4dkankan.com'
 export const token = params.token
 
-export const mainURL = import.meta.env.DEV ? 'https://test.4dkankan.com' : '/'
+export const mainURL = import.meta.env.DEV ? 'https://test.4dkankan.com' : ''