浏览代码

fix: add internal-paas to host

Azure 2 年之前
父节点
当前提交
faf3f2ab71
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/services/auth.ts
  2. 1 1
      src/services/exam.ts

+ 1 - 1
src/services/auth.ts

@@ -1,4 +1,4 @@
-const portal = 'https://p.seec.seecoder.cn'
+const portal = 'https://p.internal-paas.seec.seecoder.cn'
 
 export const getLoginUrl = () => {
     const location = window.location

+ 1 - 1
src/services/exam.ts

@@ -1,4 +1,4 @@
-const coder = 'https://p.seec.seecoder.cn'
+const coder = 'https://p.internal-paas.seec.seecoder.cn'
 
 
 export const jumpToCoder = () => {