2637309949@qq.com %!s(int64=5) %!d(string=hai) anos
pai
achega
d75a32c365

+ 0 - 4
.github/FUNDING.yml

@@ -1,4 +0,0 @@
-# These are supported funding model platforms
-
-patreon: panjiachen
-custom: https://panjiachen.github.io/vue-element-admin-site/donate

+ 0 - 33
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,33 +0,0 @@
----
-name: Bug report(报告问题)
-about: Create a report to help us improve
----
-<!--
-    注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。
-
-    Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed.
--->
-
-
-## Bug report(问题描述)
-
-#### Steps to reproduce(问题复现步骤)
-<!--
-1. [xxx]
-2. [xxx]
-3. [xxxx]
--->
-
-#### Screenshot or Gif(截图或动态图)
-
-
-#### Link to minimal reproduction(最小可在线还原demo)
-
-<!--
-Please only use Codepen, JSFiddle, CodeSandbox or a github repo
--->
-
-#### Other relevant information(格外信息)
-- Your OS:
-- Node.js version:
-- vue-element-admin version:

+ 0 - 7
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,7 +0,0 @@
----
-name: Feature Request(新功能建议)
-about: Suggest an idea for this project
----
-
-## Feature request(新功能建议)
-

+ 0 - 35
.github/ISSUE_TEMPLATE/question.md

@@ -1,35 +0,0 @@
----
-name: Question(提问)
-about: Asking questions about use
----
-
-## Question(提问)
-
-<!--
-    提问之前,请确定你已经过自己的努力,尝试解决过这个问题。
-    若是代码相关问题,请不要只截图,请提供在线 demo,以便节约彼此的时间。
-
-    Before asking a question, please make sure that you have tried your best to solve this problem.
-    If it's a code-related issue, please don't just take screenshots. Please provide an online demo to save each other's time.
--->
-
-#### Steps to reproduce(问题复现步骤)
-<!--
-1. [xxx]
-2. [xxx]
-3. [xxxx]
--->
-
-#### Screenshot or Gif(截图或动态图)
-
-
-#### Link to minimal reproduction(最小可在线还原demo)
-
-<!--
-Please only use Codepen, JSFiddle, CodeSandbox or a github repo
--->
-
-#### Other relevant information(格外信息)
-- Your OS:
-- Node.js version:
-- vue-element-admin version:

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "author": "Pan <panfree23@gmail.com>",
   "license": "MIT",
   "scripts": {
-    "dev": "vue-cli-service serve",
+    "dev": "vue-cli-service serve --port 8081",
     "build:prod": "vue-cli-service build",
     "build:stage": "vue-cli-service build --mode staging",
     "preview": "node build/index.js --preview",

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -24,7 +24,7 @@ export default {
   },
   data() {
     return {
-      title: 'Vue Element Admin',
+      title: 'Dolphin Admin',
       logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png'
     }
   }

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: 'Vue Element Admin',
+  title: 'Dolphin Admin',
 
   /**
    * @type {boolean} true | false

+ 1 - 1
src/utils/get-page-title.js

@@ -1,6 +1,6 @@
 import defaultSettings from '@/settings'
 
-const title = defaultSettings.title || 'Vue Element Admin'
+const title = defaultSettings.title || 'Dolphin Admin'
 
 export default function getPageTitle(pageTitle) {
   if (pageTitle) {

+ 1 - 1
vue.config.js

@@ -6,7 +6,7 @@ function resolve(dir) {
   return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title || 'vue Element Admin' // page title
+const name = defaultSettings.title || 'Dolphin Admin' // page title
 
 // If your port is set to 80,
 // use administrator privileges to execute the command line.