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");
|
const { $api, navTo, navBack, vacanciesTo } = inject("globalFunction");
|
||||||
import config from "@/config.js";
|
import config from "@/config.js";
|
||||||
import AppLayout from "@/components/AppLayout/AppLayout.vue";
|
import AppLayout from "@/components/AppLayout/AppLayout.vue";
|
||||||
import CryptoJS from 'crypto-js'
|
// import CryptoJS from 'crypto-js'
|
||||||
|
|
||||||
|
|
||||||
const title = ref("");
|
const title = ref("");
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ import { onLoad, onShow } from '@dcloudio/uni-app';
|
|||||||
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
|
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
|
||||||
import useUserStore from '@/stores/useUserStore';
|
import useUserStore from '@/stores/useUserStore';
|
||||||
import useDictStore from '@/stores/useDictStore';
|
import useDictStore from '@/stores/useDictStore';
|
||||||
import CryptoJS from 'crypto-js'
|
// import CryptoJS from 'crypto-js'
|
||||||
|
|
||||||
onLoad(() => {
|
onLoad(() => {
|
||||||
// thirdLogin()
|
// thirdLogin()
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ import { onLoad, onShow } from '@dcloudio/uni-app';
|
|||||||
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
|
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
|
||||||
import useUserStore from '@/stores/useUserStore';
|
import useUserStore from '@/stores/useUserStore';
|
||||||
import useDictStore from '@/stores/useDictStore';
|
import useDictStore from '@/stores/useDictStore';
|
||||||
import CryptoJS from 'crypto-js'
|
// import CryptoJS from 'crypto-js'
|
||||||
|
|
||||||
onLoad(() => {
|
onLoad(() => {
|
||||||
thirdLogin()
|
thirdLogin()
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ import { inject, ref, reactive } from 'vue';
|
|||||||
import { onLoad } from '@dcloudio/uni-app';
|
import { onLoad } from '@dcloudio/uni-app';
|
||||||
const { $api, navTo, navBack } = inject('globalFunction');
|
const { $api, navTo, navBack } = inject('globalFunction');
|
||||||
import config from "@/config.js"
|
import config from "@/config.js"
|
||||||
import CryptoJS from 'crypto-js'
|
// import CryptoJS from 'crypto-js'
|
||||||
|
|
||||||
// state
|
// state
|
||||||
const title = ref('');
|
const title = ref('');
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ import { inject, ref, reactive } from 'vue';
|
|||||||
import { onLoad } from '@dcloudio/uni-app';
|
import { onLoad } from '@dcloudio/uni-app';
|
||||||
const { $api, navTo, navBack } = inject('globalFunction');
|
const { $api, navTo, navBack } = inject('globalFunction');
|
||||||
import config from "@/config.js"
|
import config from "@/config.js"
|
||||||
import CryptoJS from 'crypto-js'
|
// import CryptoJS from 'crypto-js'
|
||||||
|
|
||||||
// state
|
// state
|
||||||
const title = ref('');
|
const title = ref('');
|
||||||
|
|||||||
@@ -163,7 +163,7 @@
|
|||||||
} from "@/utils/tabbarManager";
|
} from "@/utils/tabbarManager";
|
||||||
|
|
||||||
import config from "@/config.js";
|
import config from "@/config.js";
|
||||||
import CryptoJS from 'crypto-js'
|
// import CryptoJS from 'crypto-js'
|
||||||
const {
|
const {
|
||||||
longitudeVal,
|
longitudeVal,
|
||||||
latitudeVal
|
latitudeVal
|
||||||
|
|||||||
Reference in New Issue
Block a user