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'));