|
@@ -26,6 +26,7 @@ import TeacherTop from "../custom-plugins/guide-page/teacher-top";
|
|
import StudentTop from "../custom-plugins/guide-page/student-top";
|
|
import StudentTop from "../custom-plugins/guide-page/student-top";
|
|
import { HANDLE_WORK_ADD } from "../custom-plugins/work-index";
|
|
import { HANDLE_WORK_ADD } from "../custom-plugins/work-index";
|
|
import { browser } from "/src/utils";
|
|
import { browser } from "/src/utils";
|
|
|
|
+import "../component/the-modal-tip/index.module.less"
|
|
|
|
|
|
/** 头部数据和方法 */
|
|
/** 头部数据和方法 */
|
|
export const headTopData = reactive({
|
|
export const headTopData = reactive({
|
|
@@ -41,6 +42,7 @@ export const headTopData = reactive({
|
|
// 如果是pc端, 评测模式暂不可用
|
|
// 如果是pc端, 评测模式暂不可用
|
|
if (state.platform === IPlatform.PC) {
|
|
if (state.platform === IPlatform.PC) {
|
|
showConfirmDialog({
|
|
showConfirmDialog({
|
|
|
|
+ className: 'modalTip',
|
|
title: "温馨提示",
|
|
title: "温馨提示",
|
|
message: "该功能暂未开发,敬请期待",
|
|
message: "该功能暂未开发,敬请期待",
|
|
showCancelButton: false,
|
|
showCancelButton: false,
|