Browse Source

修改服务器地址

yuhaitao14 6 years ago
parent
commit
bfaa6f7f24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shop/static/manager/config/prod.env.js

+ 1 - 1
shop/static/manager/config/prod.env.js

@@ -1,5 +1,5 @@
 'use strict'
 module.exports = {
     NODE_ENV: '"production"',
-    SERVER_PATH: '"http://testshop.pacsonline.cn/"'
+    SERVER_PATH: '"http://www.kunl-healthcare.com/"'
 }