소스 검색

测试一下

林旭祥 1 개월 전
부모
커밋
8e91e93734
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/sunshineRun/index.vue

+ 1 - 1
src/views/sunshineRun/index.vue

@@ -129,7 +129,7 @@ const getFullScreen = () => {
  * 确定退出
  */
 const confirmExit = async () => {
-  if (import.meta.env.APP_ENV != 'pro') {
+  if (import.meta.env.APP_ENV == 'pro') {
     getClearTimer();
     proxy?.$modal.msgSuccess('测试环境免密退出');
     await proxy?.$http.common.logout({}).then((res: any) => { });