Mike 8 년 전
부모
커밋
2b48ff9808
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      miaomiao/www/js/config/config.js

+ 1 - 1
miaomiao/www/js/config/config.js

xqd
@@ -2,6 +2,6 @@
     //全局配置 
     app.constant("config", {
         server: 'http://q8.9026.com/',
-        imgServer: 'http://q8.9026.com/web/attachment/'
+        imgServer: 'http://q8.9026.com/attachment/'
     });
 })(angular.module('app'));