zhangjie 4 жил өмнө
parent
commit
f292a1ef4a
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      src/main.js

+ 2 - 2
src/main.js

@@ -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) => {