Skip to content

Commit

Permalink
Merge pull request #187 from Gnnng/fix-build-issue
Browse files Browse the repository at this point in the history
Fix build issue
  • Loading branch information
mingzhenliu authored Jun 10, 2020
2 parents dae098a + 5de297b commit f2d6ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/contentHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
</template>

<script>
import dialog from "./groupdialog";
import dialog from "./groupDialog";
import changePasswordDialog from "./changePasswordDialog";
import router from "@/router";
import { loginOut, groupStatus4, getGroupsInvalidIncluded } from "@/util/api";
import { delCookie } from '@/util/util'
import Bus from "@/bus"
import langSelect from "@/components/langSelect"
import langSelect from "@/components/LangSelect"
export default {
name: "conetnt-head",
props: {
Expand Down
2 changes: 1 addition & 1 deletion src/views/login/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import errcode from "@/util/errcode";
const sha256 = require("js-sha256").sha256;
const gm = require("@/util/SM2Sign");
import utils from "@/util/sm_sha"
import langSelect from "@/components/langSelect"
import langSelect from "@/components/LangSelect"
export default {
name: "login",
components: {
Expand Down

0 comments on commit f2d6ac2

Please sign in to comment.