mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	dev启动默认打开浏览器
This commit is contained in:
		| @ -5,7 +5,7 @@ | |||||||
|   "author": "若依", |   "author": "若依", | ||||||
|   "license": "MIT", |   "license": "MIT", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "dev": "vue-cli-service serve", |     "dev": "vue-cli-service serve --open", | ||||||
|     "build:prod": "vue-cli-service build", |     "build:prod": "vue-cli-service build", | ||||||
|     "build:stage": "vue-cli-service build --mode staging", |     "build:stage": "vue-cli-service build --mode staging", | ||||||
|     "preview": "node build/index.js --preview", |     "preview": "node build/index.js --preview", | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| <template> | <template> | ||||||
|   <div v-if="isExternal" :style="styleExternalIcon" class="svg-external-icon svg-icon" v-on="$listeners" /> |   <div v-if="isExternal" :style="styleExternalIcon" class="svg-external-icon svg-icon" v-on="$listeners" /> | ||||||
|   <svg v-else :class="svgClass" aria-hidden="true" v-on="$listeners"> |   <svg v-else :class="svgClass" aria-hidden="true" v-on="$listeners"> | ||||||
|     <use :href="iconName" /> |     <use :xlink:href="iconName" /> | ||||||
|   </svg> |   </svg> | ||||||
| </template> | </template> | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi