修复依赖导致的不能启动问题
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { pcaa } from 'area-data'
|
||||
|
||||
import Vue from 'vue'
|
||||
/**
|
||||
* 省市区
|
||||
*/
|
||||
@@ -78,6 +77,7 @@ export default class Area {
|
||||
if(item.pid != '86'){
|
||||
this.getAreaBycode(item.pid, arr, --index)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ import JSlider from './JSlider.vue'
|
||||
import JSwitch from './JSwitch.vue'
|
||||
import JTime from './JTime.vue'
|
||||
import JTreeTable from './JTreeTable.vue'
|
||||
import JEasyCron from "@/components/jeecg/JEasyCron"
|
||||
import JEasyCron from "@/components/jero/JEasyCron"
|
||||
//jerobiz
|
||||
import JSelectDepart from '../jerobiz/JSelectDepart.vue'
|
||||
import JSelectMultiUser from '../jerobiz/JSelectMultiUser.vue'
|
||||
|
||||
@@ -13140,7 +13140,7 @@
|
||||
VUE_APP_API_BASE_URL: "https://bootapi.jeecg.com",
|
||||
VUE_APP_CAS_BASE_URL: "http://localhost:8888/cas",
|
||||
VUE_APP_ONLINE_BASE_URL: "http://fileview.jeecg.com/onlinePreview",
|
||||
VUE_APP_PLATFORM_NAME: "JeecgBoot 企业级快速开发平台",
|
||||
VUE_APP_PLATFORM_NAME: "JeroBoot 企业级快速开发平台",
|
||||
VUE_APP_SSO: "false",
|
||||
BASE_URL: "/"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user