This commit is contained in:
X1627315083
2025-01-14 10:21:17 +08:00
parent 90ed05ab5a
commit d4c83ce43a
3 changed files with 4 additions and 2 deletions

View File

@@ -345,6 +345,8 @@ const userHabit : Module<UserHabit,RootState> = {
let getUserDetail = ()=>{
return new Promise((resolve,reject) => {
Https.axiosPost(Https.httpUrls.accountDetail).then((rv: any) => {
console.log(rv);
if(rv){
context.commit('setUserDetail',rv)
}

View File

@@ -7,7 +7,7 @@ import {
JScreateCheck,
JSSetTexture,
JSSetRemoveImage,
} from "@/tool/canvasDrawing";
} from "@/tool/canvasDrawingCopy";
import { getMousePosition } from "@/tool/mdEvent";
import { file } from "jszip";
class MyCanvas {

View File

@@ -791,7 +791,7 @@ export default defineComponent({
// type: 'dislike',
// };
// designDetail.showDesignDetailModal(data);
this.setSystemDesigner()
this.setSystemDesigner(0)
},
directives:{
mousewheel:{