Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e8d36a84
authored
Oct 20, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
引入js和css文件夹
parent
c96964cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
.idea/workspace.xml
public/assets/js/app.js
resources/views/layouts/app.blade.php
.idea/workspace.xml
View file @
e8d36a84
...
...
@@ -10,6 +10,7 @@
<change
beforePath=
"$PROJECT_DIR$/package.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/package.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resources/js/bootstrap.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resources/js/bootstrap.js"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resources/sass/app.scss"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resources/sass/app.scss"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resources/views/layouts/app.blade.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resources/views/layouts/app.blade.php"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/routes/web.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/routes/web.php"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/vendor/composer/InstalledVersions.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/vendor/composer/InstalledVersions.php"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/vendor/composer/autoload_classmap.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/vendor/composer/autoload_classmap.php"
afterDir=
"false"
/>
...
...
@@ -150,13 +151,14 @@
<property
name=
"RunOnceActivity.OpenProjectViewOnStart"
value=
"true"
/>
<property
name=
"RunOnceActivity.ShowReadmeOnStart"
value=
"true"
/>
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
resources/views/layouts
"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
public
"
/>
<property
name=
"nodejs_interpreter_path.stuck_in_default_project"
value=
"undefined stuck path"
/>
<property
name=
"nodejs_package_manager_path"
value=
"npm"
/>
<property
name=
"vue.rearranger.settings.migration"
value=
"true"
/>
</component>
<component
name=
"RecentsManager"
>
<key
name=
"CopyFile.RECENT_KEYS"
>
<recent
name=
"\\wsl$\Ubuntu-20.04\data\www\semour_web\public"
/>
<recent
name=
"\\wsl$\Ubuntu-20.04\data\www\semour_web\resources\views\layouts"
/>
</key>
</component>
...
...
@@ -168,7 +170,7 @@
<option
name=
"number"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1666170258203
</updated>
<workItem
from=
"1666170260162"
duration=
"
4486
000"
/>
<workItem
from=
"1666170260162"
duration=
"
5001
000"
/>
</task>
<servers
/>
</component>
...
...
public/assets/js/app.js
0 → 100644
View file @
e8d36a84
File mode changed
resources/views/layouts/app.blade.php
View file @
e8d36a84
...
...
@@ -18,5 +18,6 @@
@include('layouts._footer')
</div>
<!-- JS 脚本 -->
<script
src=
"/assets/js/app.js"
></script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment