Explorar o código

修改build中的api地址

zhh %!s(int64=6) %!d(string=hai) anos
pai
achega
632cbc219d
Modificáronse 1 ficheiros con 1 adicións e 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"'
 }