Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed May 9, 2022
1 parent 3f3d0ab commit dae88ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ok-derby-backend/pack.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rmdir /s/q .\dist\main
D:\Python\python38\python.exe -m PyInstaller main.spec
xcopy .\auto_derby\templates .\dist\main\auto_derby\templates\ /s /f /h
xcopy .\auto_derby\data .\dist\main\auto_derby\data\ /s /f /h
xcopy .\auto_derby\web\dist .\dist\main\auto_derby\web\dist /s /f /h
xcopy .\auto_derby\web\dist .\dist\main\auto_derby\web\dist\ /s /f /h
xcopy .\data .\dist\main\data\ /s /f /h
xcopy ..\ok-derby-frontend\dist .\dist\main\frontend\dist\ /s /f /h
md .\dist\main\log
4 changes: 2 additions & 2 deletions ok-derby-frontend/src/views/MainPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
</template>
<script>
import BaseProgress from "../components/BaseProgress";
// import BaseProgress from "../components/BaseProgress";
import FastUsing from "./components/FastUsing";
// import commandUsing from "./components/CommandUsing";
import AllJobs from "./components/AllJobs";
// import Log from "./components/Log";
export default {
components: {
BaseProgress,
// BaseProgress,
FastUsing,
// commandUsing,
AllJobs,
Expand Down

0 comments on commit dae88ee

Please sign in to comment.