Browse Source

fix: 连接新门户

weijin 5 years ago
parent
commit
462b348281
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/axios.config.ts

+ 1 - 1
src/api/axios.config.ts

@@ -64,7 +64,7 @@ export default function axiosConfig() {
 axiosConfig()
 
 // const portal = process.env.portalUrl
-const portal = 'http://p.seecoder.cn'
+const portal = 'http://p.seec.seecoder.cn'
 
 export const getLoginUrl = () => {
   console.log(portal)