作者 黎建湛

云订单的部分文件进行修改

@@ -111,12 +111,12 @@ $config = [ @@ -111,12 +111,12 @@ $config = [
111 111
112 if (YII_ENV_DEV) { 112 if (YII_ENV_DEV) {
113 // configuration adjustments for 'dev' environment 113 // configuration adjustments for 'dev' environment
114 -// $config['bootstrap'][] = 'debug';  
115 -// $config['modules']['debug'] = [  
116 -// 'class' => 'yii\debug\Module',  
117 -// // uncomment the following to add your IP if you are not connecting from localhost.  
118 -// //'allowedIPs' => ['127.0.0.1', '::1'],  
119 -// ]; 114 + // $config['bootstrap'][] = 'debug';
  115 + // $config['modules']['debug'] = [
  116 + // 'class' => 'yii\debug\Module',
  117 + // // uncomment the following to add your IP if you are not connecting from localhost.
  118 + // //'allowedIPs' => ['127.0.0.1', '::1'],
  119 + // ];
120 120
121 $config['bootstrap'][] = 'gii'; 121 $config['bootstrap'][] = 'gii';
122 $config['modules']['gii'] = [ 122 $config['modules']['gii'] = [