Explorar el Código

修改build中的api地址

zhh hace 6 años
padre
commit
632cbc219d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

@@ -1,5 +1,5 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"'
+  BASE_API: '"http://localhost:8080"'
 }