主包未使用的js文件删除
This commit is contained in:
@@ -171,3 +171,4 @@ export function usePagination(
|
|||||||
resetPagination
|
resetPagination
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ import useUserStore from '@/stores/useUserStore';
|
|||||||
const { $api, navTo, navBack, vacanciesTo } = inject('globalFunction');
|
const { $api, navTo, navBack, vacanciesTo } = inject('globalFunction');
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import useLocationStore from '@/stores/useLocationStore';
|
import useLocationStore from '@/stores/useLocationStore';
|
||||||
import { usePagination } from '@/hook/usePagination';
|
import { usePagination } from '@/packageA/hook/usePagination';
|
||||||
import { jobMoreMap } from '@/utils/markdownParser';
|
import { jobMoreMap } from '@/utils/markdownParser';
|
||||||
const { longitudeVal, latitudeVal } = storeToRefs(useLocationStore());
|
const { longitudeVal, latitudeVal } = storeToRefs(useLocationStore());
|
||||||
const loadmoreRef = ref(null);
|
const loadmoreRef = ref(null);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import request from '@/utilCa/request.js'
|
import request from '@/packageCa/utilCa/request.js'
|
||||||
|
|
||||||
const api = {}
|
const api = {}
|
||||||
// 获取职业大类 中类
|
// 获取职业大类 中类
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import request from '@/utilCa/request.js'
|
import request from '@/packageCa/utilCa/request.js'
|
||||||
|
|
||||||
const api = {}
|
const api = {}
|
||||||
// 获取生涯罗盘
|
// 获取生涯罗盘
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import request from '@/utilCa/request.js'
|
import request from '@/packageCa/utilCa/request.js'
|
||||||
|
|
||||||
const api = {}
|
const api = {}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import request from '@/utilCa/request.js'
|
import request from '@/packageCa/utilCa/request.js'
|
||||||
|
|
||||||
const api = {}
|
const api = {}
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../uni_modules/lime-echart/static/echarts.min.js');
|
const echarts = require('../../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -245,7 +245,7 @@
|
|||||||
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../uni_modules/lime-echart/static/echarts.min.js');
|
const echarts = require('../../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -115,7 +115,7 @@
|
|||||||
import api from "@/packageCa/apiCa/testManage.js"
|
import api from "@/packageCa/apiCa/testManage.js"
|
||||||
import wayData from "./multipleAbilityData.json";
|
import wayData from "./multipleAbilityData.json";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../uni_modules/lime-echart/static/echarts.min.js');
|
const echarts = require('../../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -402,7 +402,7 @@
|
|||||||
import opts from "./chartOpts.js"
|
import opts from "./chartOpts.js"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../uni_modules/lime-echart/static/echarts.min.js');
|
const echarts = require('../../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../uni_modules/lime-echart/static/echarts.min.js');
|
const echarts = require('../../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -37,3 +37,4 @@ export {
|
|||||||
baseUrl8,
|
baseUrl8,
|
||||||
filestore_site
|
filestore_site
|
||||||
}
|
}
|
||||||
|
|
||||||
1
packageCa/utilCa/echarts.min.js
vendored
Normal file
1
packageCa/utilCa/echarts.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -17,3 +17,4 @@ export function ossImageUrl(path, process) {
|
|||||||
// 没有处理参数时,直接返回原始路径
|
// 没有处理参数时,直接返回原始路径
|
||||||
return `${BASE_IMAGE_URL}/${path}`;
|
return `${BASE_IMAGE_URL}/${path}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -112,3 +112,4 @@ request.globalRequest = (url, method, data, power, type) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
export default request
|
export default request
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { reactive, inject, watch, ref, onMounted, watchEffect, nextTick } from 'vue';
|
import { reactive, inject, watch, ref, onMounted, watchEffect, nextTick } from 'vue';
|
||||||
import { usePagination } from '@/hook/usePagination';
|
import { usePagination } from '@/packageA/hook/usePagination';
|
||||||
const { $api, navTo } = inject('globalFunction');
|
const { $api, navTo } = inject('globalFunction');
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import useUserStore from '@/stores/useUserStore';
|
import useUserStore from '@/stores/useUserStore';
|
||||||
|
|||||||
Reference in New Issue
Block a user