mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 07:16:43 +08:00
国富commit-2ecc58241492ab82267476b5fe7ec8c39498988b
This commit is contained in:
@@ -51,11 +51,11 @@ Vue.prototype.$jump = Jump
|
||||
Vue.prototype.$utils = utils
|
||||
|
||||
//混合开发调试工具
|
||||
if (process.env.VUE_APP_FLAG == 'development') {
|
||||
if (process.env.NODE_ENV == 'development') {
|
||||
// let Eruda = require('eruda')
|
||||
// Eruda.init()
|
||||
Vue.prototype.$rootUrl = location.origin
|
||||
} else if (process.env.VUE_APP_FLAG == 'production') {
|
||||
} else if (process.env.NODE_ENV == 'production') {
|
||||
Vue.prototype.$rootUrl = location.origin + '/ebiz-h5'
|
||||
}
|
||||
let Eruda = require('eruda')
|
||||
|
||||
Reference in New Issue
Block a user