mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
提交u币的修改
This commit is contained in:
@@ -190,20 +190,16 @@
|
||||
|
||||
<script>
|
||||
import apiStat from '@/api/phase2/stat.js';
|
||||
import {
|
||||
mapGetters
|
||||
} from 'vuex';
|
||||
import {
|
||||
getUType
|
||||
} from '@/utils/tools.js'
|
||||
import { mapGetters } from 'vuex';
|
||||
import {getUType } from '@/utils/tools.js'
|
||||
import authorImg from '@/components/Portal/authorImg.vue';
|
||||
import author from '@/components/Portal/authorInfo.vue';
|
||||
import apiUser from "@/api/system/user.js";
|
||||
import {cutOrgNamePath} from "@/utils/tools.js";
|
||||
import * as echarts from 'echarts'
|
||||
import {
|
||||
translate,
|
||||
experienceValue
|
||||
experienceValue,
|
||||
cutOrgNamePath
|
||||
} from "@/utils/tools.js";
|
||||
export default {
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user