修复异常

This commit is contained in:
aixianling
2022-06-13 17:52:26 +08:00
parent fc03d542d5
commit 0561d0683f
3 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"src/common/monent.js",
"src/common/modules.js",
"src/common/http.js",
"src/common/crypto-js.js",
"src/apps",
"src/saas"
],

View File

@@ -1,6 +1,6 @@
import http from "./http";
import Vue from "vue";
import CryptoJS from "../utils/crypto-js";
import CryptoJS from "./crypto-js";
/**
* 登录方法