Explorar el Código

动态加密放开

zhangjie hace 4 años
padre
commit
f292a1ef4a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) => {