quguofeng 1 år sedan
förälder
incheckning
2746655f50
2 ändrade filer med 5 tillägg och 5 borttagningar
  1. 4 4
      .idea/workspace.xml
  2. 1 1
      application/index/controller/Index.php

+ 4 - 4
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/controller/TopSearch.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/TopSearch.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/index/controller/Index.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/index/controller/Index.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -443,7 +443,7 @@
       <workItem from="1694739473903" duration="20371000" />
       <workItem from="1694997975324" duration="2346000" />
       <workItem from="1695350550757" duration="6033000" />
-      <workItem from="1695861111953" duration="10389000" />
+      <workItem from="1695861111953" duration="11310000" />
     </task>
     <servers />
   </component>
@@ -599,10 +599,10 @@
     </state>
     <state x="999" y="516" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2194.1194@0.0.2194.1194" timestamp="1695861227340" />
     <state x="1166" y="605" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2560.1400@0.0.2560.1400" timestamp="1687246001889" />
-    <state x="588" y="133" width="1206" height="901" key="find.popup" timestamp="1695883580582">
+    <state x="588" y="133" width="1206" height="901" key="find.popup" timestamp="1695891866130">
       <screen x="0" y="0" width="2194" height="1194" />
     </state>
-    <state x="588" y="133" width="1206" height="901" key="find.popup/0.0.2194.1194@0.0.2194.1194" timestamp="1695883580582" />
+    <state x="588" y="133" width="1206" height="901" key="find.popup/0.0.2194.1194@0.0.2194.1194" timestamp="1695891866130" />
     <state x="686" y="156" width="1407" height="1056" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1694499272246" />
     <state x="1282" y="549" key="ftp.server.browser" timestamp="1693012785412">
       <screen x="0" y="0" width="2560" height="1400" />

+ 1 - 1
application/index/controller/Index.php

@@ -31,7 +31,7 @@ class Index extends Controller
     {
        // $this->redirect('@admin/login');
         if(strpos(input('server.HTTP_REFERER'), 'admin') === false){
-             $this->redirect('/dist');
+             $this->redirect('/pc');
         } else{
             $this->redirect('@admin/login');
         }