packageB的代码'crypto-js'引用问题
This commit is contained in:
@@ -42,7 +42,7 @@ import { inject, ref, reactive, onMounted } from "vue";
|
||||
const { $api, navTo, navBack, vacanciesTo } = inject("globalFunction");
|
||||
import config from "@/config.js";
|
||||
import AppLayout from "@/components/AppLayout/AppLayout.vue";
|
||||
import CryptoJS from 'crypto-js'
|
||||
// import CryptoJS from 'crypto-js'
|
||||
|
||||
|
||||
const title = ref("");
|
||||
|
||||
@@ -47,7 +47,7 @@ import { onLoad, onShow } from '@dcloudio/uni-app';
|
||||
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
|
||||
import useUserStore from '@/stores/useUserStore';
|
||||
import useDictStore from '@/stores/useDictStore';
|
||||
import CryptoJS from 'crypto-js'
|
||||
// import CryptoJS from 'crypto-js'
|
||||
|
||||
onLoad(() => {
|
||||
// thirdLogin()
|
||||
|
||||
@@ -57,7 +57,7 @@ import { onLoad, onShow } from '@dcloudio/uni-app';
|
||||
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
|
||||
import useUserStore from '@/stores/useUserStore';
|
||||
import useDictStore from '@/stores/useDictStore';
|
||||
import CryptoJS from 'crypto-js'
|
||||
// import CryptoJS from 'crypto-js'
|
||||
|
||||
onLoad(() => {
|
||||
thirdLogin()
|
||||
|
||||
@@ -66,7 +66,7 @@ import { inject, ref, reactive } from 'vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
const { $api, navTo, navBack } = inject('globalFunction');
|
||||
import config from "@/config.js"
|
||||
import CryptoJS from 'crypto-js'
|
||||
// import CryptoJS from 'crypto-js'
|
||||
|
||||
// state
|
||||
const title = ref('');
|
||||
|
||||
@@ -63,7 +63,7 @@ import { inject, ref, reactive } from 'vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
const { $api, navTo, navBack } = inject('globalFunction');
|
||||
import config from "@/config.js"
|
||||
import CryptoJS from 'crypto-js'
|
||||
// import CryptoJS from 'crypto-js'
|
||||
|
||||
// state
|
||||
const title = ref('');
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
} from "@/utils/tabbarManager";
|
||||
|
||||
import config from "@/config.js";
|
||||
import CryptoJS from 'crypto-js'
|
||||
// import CryptoJS from 'crypto-js'
|
||||
const {
|
||||
longitudeVal,
|
||||
latitudeVal
|
||||
|
||||
Reference in New Issue
Block a user