|
|
@ -3,15 +3,15 @@ import store from './store/' |
|
|
//配置公共方法(防止重复提交)
|
|
|
//配置公共方法(防止重复提交)
|
|
|
import common from './utils/common.js' |
|
|
import common from './utils/common.js' |
|
|
|
|
|
|
|
|
// const baseURL = 'http://localhost:7010'
|
|
|
//const baseURL = 'http://localhost:7010'
|
|
|
//const baseURL = 'http://81.69.47.31:7010'
|
|
|
//const baseURL = 'http://81.69.47.31:7010'
|
|
|
const baseURL = 'https://service.bnyer.cn' |
|
|
const baseURL = 'https://service.bnyer.cn' |
|
|
// const baseURL = 'http://x9uf7k.natappfree.cc'
|
|
|
//const baseURL = 'http://2wgxrk.natappfree.cc'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vue.prototype.$baseURL = baseURL; |
|
|
Vue.prototype.$baseURL = baseURL; |
|
|
Vue.prototype.$uploadURL = "/file/upload"; // ”/file/uploadBatch“
|
|
|
Vue.prototype.$uploadURL = "/file/upload"; // ”/file/uploadBatch“ /file/upload
|
|
|
Vue.prototype.$uploadType = "file"; // files
|
|
|
Vue.prototype.$uploadType = "file"; // files file
|
|
|
Vue.prototype.$noMultipleClicks = common.noMultipleClicks; |
|
|
Vue.prototype.$noMultipleClicks = common.noMultipleClicks; |
|
|
|
|
|
|
|
|
// #ifndef VUE3
|
|
|
// #ifndef VUE3
|
|
|
|