Commit 68de1b66 by 冷斌

fix bug

parent 26d0eeab
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</fieldset> </fieldset>
<div class="form-actions"> <div class="form-actions">
<button type="submit" class="btn btn-primary js-ajax-submit">{:L('EDIT')}</button> <button type="submit" class="btn btn-primary js-ajax-submit">确认</button>
<a class="btn" href="{:U('Userauth/index3')}">{:L('BACK')}</a> <a class="btn" href="{:U('Userauth/index3')}">{:L('BACK')}</a>
</div> </div>
</form> </form>
......
...@@ -17,17 +17,17 @@ return array( ...@@ -17,17 +17,17 @@ return array(
'sign_key' => '76576076c1f5f657b634e966c8836a06', 'sign_key' => '76576076c1f5f657b634e966c8836a06',
'uptype'=>2,//上传方式�?表示 七牛�?表示 本地 'uptype'=>1,//上传方式�?表示 七牛�?表示 本地
/** /**
* 七牛相关配置 * 七牛相关配置
*/ */
'Qiniu' => array( 'Qiniu' => array(
//统一的key //统一的key
'accessKey' => 'guBt53WaJGrP5kLLhSL-th6pS-99IiPJsBM_YdCX', 'accessKey' => 'LV3kf-D2OZLrzR2BaDuW37pLLUKt1HB7TTDKgISy',
'secretKey' => '35VrPLcM5dszyQqxVkIygulVdLBUFDjRd_W3vlnS', 'secretKey' => 'ajVeUFdoxvRkqQari4GBUbRCdXIT6VKWGuPl4Dqd',
//自定义配置的空间 //自定义配置的空间
'space_bucket' => 'mengyas', 'space_bucket' => 'haishi1',
'space_host' => 'qny.mengyazhibo.com', 'space_host' => 'http://qny.seals-live.com',
), ),
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment