mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-14 18:29:45 +08:00
@@ -7,7 +7,7 @@ class Api {
|
||||
|
||||
constructor() {
|
||||
this.axios = Axios.create({
|
||||
baseURL: '/api/v2',
|
||||
baseURL: 'api/v2',
|
||||
});
|
||||
|
||||
this.axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
>
|
||||
<img
|
||||
class="icon"
|
||||
src="/favicon.ico"
|
||||
src="favicon.ico"
|
||||
>
|
||||
<span class="title hidden-sm-and-down ml-3 mr-5">
|
||||
qBittorrent Web UI
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
outputDir: 'dist/public',
|
||||
publicPath: './',
|
||||
|
||||
devServer: {
|
||||
port: 8000,
|
||||
|
||||
Reference in New Issue
Block a user