|
@@ -25,8 +25,8 @@ Vue.use(globalVuePlugins);
|
|
|
|
|
|
Vue.prototype.GLOBAL = GLOBAL;
|
|
|
Vue.config.productionTip = false;
|
|
|
-const IS_DEV = true;
|
|
|
-// const IS_DEV = process.env.NODE_ENV === "development";
|
|
|
+// const IS_DEV = true;
|
|
|
+const IS_DEV = process.env.NODE_ENV === "development";
|
|
|
|
|
|
// route interceptor
|
|
|
router.beforeEach((to, from, next) => {
|