Browse Source

更新 'config/prod.env.js'

sun_zhilei 5 years atrás
parent
commit
66d38ee6ed
1 changed files with 1 additions and 1 deletions
  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: '"http://192.168.1.46:8060/cms"',
+  BASE_API: '"http://resources.ai160.com/cms"',
 }