mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
调试个人收入接口
This commit is contained in:
@@ -49,11 +49,11 @@ Vue.prototype.$jump = Jump
|
||||
Vue.prototype.$utils = utils
|
||||
|
||||
//混合开发调试工具
|
||||
if (process.env.NODE_ENV == 'development') {
|
||||
if (process.env.VUE_APP_FLAG == 'development') {
|
||||
// let Eruda = require('eruda')
|
||||
// Eruda.init()
|
||||
Vue.prototype.$rootUrl = location.origin
|
||||
} else if (process.env.NODE_ENV == 'production') {
|
||||
} else if (process.env.VUE_APP_FLAG == 'production') {
|
||||
Vue.prototype.$rootUrl = location.origin + '/ebiz-h5'
|
||||
}
|
||||
let Eruda = require('eruda')
|
||||
|
||||
Reference in New Issue
Block a user