Charlie 9 년 전
부모
커밋
84b925464a
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      package.json
  2. 1 1
      www/js/common.js
  3. 1 1
      www/js/qiniu_upload_single.js

+ 2 - 2
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "wozhua-php",
+  "name": "yiguanjia-php",
   "version": "1.0.0",
   "description": "",
   "main": "index.js",
@@ -14,7 +14,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git@git.oschina.net:wozhua/wozhua-php.git"
+    "url": "git@git.oschina.net:yiguanjia/php.git"
   },
   "author": "",
   "license": "ISC",

+ 1 - 1
www/js/common.js

@@ -106,7 +106,7 @@ $.messager.confirm_action = function(options){
    		$('body').append('<div id="' + dialog_id + '">' + html + '</div>');
    	}
    	if (typeof(site_root) == 'undefined'){
-		site_root = 'http://admin.wozhua.mobi';
+		site_root = 'http://admin.yiguanjia.me';
 	}
    	var jq_cd = $('#' + dialog_id); 
    	var jq_cds = $('#' + select_id);

+ 1 - 1
www/js/qiniu_upload_single.js

@@ -35,7 +35,7 @@
         var options = $.extend(this.defaults, args);
         console.log('---------methodsoptions', options);
         var host = document.domain;
-        if(host=='admin.wozhuadev.mobi' || host=='admintest.wozhua.mobi'){
+        if(host=='admin.yiguanjiadev.me' || host=='admintest.yiguanjia.me'){
             options.bucket = 'test';
         }