pref: 优化请求路径
backend配置为. 便于部署后任意指定域名
This commit is contained in:
parent
d446e600bb
commit
5cb9c405b6
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user