pref: 优化请求路径

backend配置为. 便于部署后任意指定域名
This commit is contained in:
Xw·C 2023-11-29 11:54:18 +08:00 committed by GitHub
parent d446e600bb
commit 5cb9c405b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,8 @@
<script>
const repo = 'https://github.com/CareyWang/MyUrls'
const backend = 'http://example.com'
// const backend = 'http://example.com'
const backend = '.'
let app = new Vue({
el: "#app",