12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="bda1bd77-430f-4bc7-8891-701072a7f030" name="Changes" comment="修复运费模版不生效">
- <change beforePath="$PROJECT_DIR$/../前端/project.config.json" beforeDir="false" afterPath="$PROJECT_DIR$/../前端/project.config.json" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../前端/siteinfo.js" beforeDir="false" afterPath="$PROJECT_DIR$/../前端/siteinfo.js" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/Modules/Home/Controller/CarController.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/Modules/Home/Controller/CarController.class.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/Modules/Home/Model/TransportModel.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/Modules/Home/Model/TransportModel.class.php" afterDir="false" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="ComposerSettings">
- <execution />
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="PhpWorkspaceProjectConfiguration" interpreter_name="/usr/local/Cellar/php@7.4/7.4.32/bin/php" />
- <component name="ProjectId" id="2SUrtQtU1Rj06yY1QAEyArEQZ4x" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "last_opened_file_path": "/Users/mead/Code/shiziyu-mead/后端",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="bda1bd77-430f-4bc7-8891-701072a7f030" name="Changes" comment="" />
- <created>1689212214841</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1689212214841</updated>
- <workItem from="1689212217037" duration="4217000" />
- <workItem from="1689301175322" duration="6800000" />
- <workItem from="1689920430802" duration="599000" />
- </task>
- <task id="LOCAL-00001" summary="修复运费模版不生效">
- <option name="closed" value="true" />
- <created>1689218122899</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1689218122899</updated>
- </task>
- <task id="LOCAL-00002" summary="修复运费模版不生效">
- <option name="closed" value="true" />
- <created>1689301945430</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1689301945430</updated>
- </task>
- <option name="localTasksCounter" value="3" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="VcsManagerConfiguration">
- <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
- <option name="CHECK_NEW_TODO" value="false" />
- <MESSAGE value="修复运费模版不生效" />
- <option name="LAST_COMMIT_MESSAGE" value="修复运费模版不生效" />
- </component>
- </project>
|