|
@@ -27,6 +27,7 @@ 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 store from "store";
|
|
import store from "store";
|
|
|
|
|
+import "../component/the-modal-tip/index.module.less"
|
|
|
|
|
|
|
|
/** 头部数据和方法 */
|
|
/** 头部数据和方法 */
|
|
|
export const headTopData = reactive({
|
|
export const headTopData = reactive({
|
|
@@ -42,6 +43,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,
|