From 779579c49b1fbcd01d42bfcddd29ac93c18dc3e8 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 30 Apr 2019 00:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20SourceCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 178f8509b7aca79b0c7bf4e36a54e14c466813dc [formerly 178f8509b7aca79b0c7bf4e36a54e14c466813dc [formerly 178f8509b7aca79b0c7bf4e36a54e14c466813dc [formerly 178f8509b7aca79b0c7bf4e36a54e14c466813dc [formerly 6a4e78b1141e0b28cb1f123454915beaa04b34a4 [formerly 481c93d328485031a939f96ec72150897902f0c1]]]]] Former-commit-id: b51e506942b1328bb045d516b218d70d6ce99b7d Former-commit-id: edf669e53fb1b611b9ba2575f426decc71cbc7f9 Former-commit-id: ba6c0641d73df6de0e71ab867a382aa3633500e9 [formerly d5bff56112625461a64952f11cb2a212a0ce4327] Former-commit-id: 6403f70864033aa261745b9528505ce3598335f7 Former-commit-id: b8c62ad0f37cb4188e91699d5efd0a58e5cefd8b Former-commit-id: a51513084098497931e35db64057c88793254f5a Former-commit-id: 5c546900deb043ae5b333f0cca1ce6b966c13a75 Former-commit-id: 497a03106487a227c21ca9444898d77ce8e7a3a1 --- .env | 3 +++ .../d2-container/components/d2-source.vue | 16 +++++++++++++--- vue.config.js | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 98f6dcf1..a31c5bf5 100644 --- a/.env +++ b/.env @@ -5,3 +5,6 @@ VUE_APP_TITLE=D2Admin # 网络请求公用地址 VUE_APP_API=/api/ + +# 仓库地址 +VUE_APP_REPO=https://github.com/d2-projects/d2-admin diff --git a/src/components/d2-container/components/d2-source.vue b/src/components/d2-container/components/d2-source.vue index 5cd3389f..1ba8f125 100644 --- a/src/components/d2-container/components/d2-source.vue +++ b/src/components/d2-container/components/d2-source.vue @@ -9,15 +9,25 @@