From 02d6743ab38f1265cc7f7f597810bdf1efc1aa1b Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期四, 04 七月 2024 13:58:10 +0800 Subject: [PATCH] 装备电缆:添加检验项分类与检验项分类(EN) --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 6be43ce..718081f 100644 --- a/src/main.js +++ b/src/main.js @@ -10,6 +10,9 @@ import axios from 'axios' import api from './assets/api/controller.js' import swal from 'sweetalert' +import Big from 'big.js' + +Vue.prototype.$Big = Big; // 椤圭洰鍒囨崲 // Vue.prototype.PROJECT = '妫�娴嬩腑蹇�' -- Gitblit v1.9.3