mo %!s(int64=2) %!d(string=hai) anos
pai
achega
c3655177db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/helpers/utils.ts

+ 1 - 1
src/helpers/utils.ts

@@ -130,7 +130,7 @@ export const dateFormat = (
 export function vaildTeachingUrl() {
   let url = window.location.href
   let returnUrl = ''
-  if (/online/.test(url)) {
+  if (/colexiu/.test(url)) {
     //线上
     returnUrl = 'https://www.colexiu.com/'
   } else if (/dev/.test(url)) {