|
@@ -20,7 +20,7 @@ import './assets/icons' // icon
|
|
import './permission' // permission control
|
|
import './permission' // permission control
|
|
import { getDicts } from "@/api/system/dict/data";
|
|
import { getDicts } from "@/api/system/dict/data";
|
|
import { getConfigKey } from "@/api/system/config";
|
|
import { getConfigKey } from "@/api/system/config";
|
|
-import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree, spaceJudgment, spaceJudgmentHTML, isNum, urlJudge, clickCopy,CreateOneFormPage } from "@/utils/ruoyi";
|
|
|
|
|
|
+import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree, spaceJudgment, spaceJudgmentHTML, isNum, urlJudge, clickCopy,CreateOneFormPage,needCLodop } from "@/utils/ruoyi";
|
|
import Pagination from "@/components/Pagination";
|
|
import Pagination from "@/components/Pagination";
|
|
// 自定义表格工具组件
|
|
// 自定义表格工具组件
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
@@ -69,6 +69,7 @@ Vue.prototype.isNum = isNum
|
|
Vue.prototype.urlJudge = urlJudge
|
|
Vue.prototype.urlJudge = urlJudge
|
|
Vue.prototype.clickCopy = clickCopy
|
|
Vue.prototype.clickCopy = clickCopy
|
|
Vue.prototype.CreateOneFormPage = CreateOneFormPage
|
|
Vue.prototype.CreateOneFormPage = CreateOneFormPage
|
|
|
|
+Vue.prototype.needCLodop = needCLodop
|
|
Vue.prototype.judgmentNetworkReturnAddress = judgmentNetworkReturnAddress
|
|
Vue.prototype.judgmentNetworkReturnAddress = judgmentNetworkReturnAddress
|
|
|
|
|
|
Vue.prototype.msgSuccess = function (msg) {
|
|
Vue.prototype.msgSuccess = function (msg) {
|