Commit 42fbbb9c authored by tufengqi's avatar tufengqi

去掉编辑cookie的ob输出逻辑

parent b7cac8cb
......@@ -88,7 +88,7 @@ class Application extends Component
/**
* 编辑各个项目的cookie信息
*/
public function cookieEdit($ob_content)
public function cookieEdit()
{
$set_cookie_val = Yii::$app->request->get('set_cookie_val', '');
if ($set_cookie_val) {
......
......@@ -146,12 +146,6 @@
<div class="service_header">
</div>
<div class="app_print">
<h3>原始APP输出内容</h3>
<span>
<?php echo $ob_content; ?>
</span>
</div>
</div>
<script>
$(".submit_cookie").on("click",function(){
......
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